digitalbazaar / ecdsa-secp256k1-verification-key-2019

Other
3 stars 5 forks source link

Pass options to genKeyPair in Secp256k1KeyPair.generate to generate keys deterministically. #9

Open lovesh opened 4 years ago

lovesh commented 4 years ago

In class Secp256k1KeyPair, the call to genKeyPair in generate should pass the given options so that keys can be generated deterministically.