March 2018
Beginner to intermediate
656 pages
20h 9m
English
In order to sign and verify using the ECDSA scheme, first key pair needs to be generated:
The public key is the sextuple in the form shown here:
Kpb = (p,a,b,q,A,B)
The private key, d is randomly chosen in step 2:
Kpr = d
Now the signature can be generated using the private and public key.