ECDSA is a signature algorithm. It is the elliptic curve (EC) implementation of the digital signature algorithm (DSA).

learn more… | top users | synonyms

3
votes
0answers
346 views

Elliptic curve cryptography related key attacks

This question is an extension of Families of public/private keys in elliptic curve cryptography As described above, bitcoin "type 2" deterministic wallets use a root private/public key pair, where ...
2
votes
0answers
366 views

Secp256k1 ECDSA test vectors

I`m currently implementing an ECDSA library based on curves like secp256k1. I would like to test it using some test vectors, like ...