issues
search
PointyCastle
/
pointycastle
Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
271
stars
75
forks
source link
ECC Public Key Recovery From Signature
#180
Open
touhonoob
opened
5 years ago
touhonoob
commented
5 years ago
Example implementations:
https://github.com/indutny/elliptic/blob/523da1cf71ddcfd607fbdee1858bc2af47f0e700/lib/elliptic/ec/index.js#L193-L221
https://github.com/ethereum/go-ethereum/tree/master/crypto/secp256k1/libsecp256k1/src/modules/recovery
Example implementations: