cryptocoinjs / secp256k1-node

Node.js binding for an Optimized C library for EC operations on curve secp256k1
Other
341 stars 120 forks source link

Use deterministicGenerateK from secp256k1 #10

Closed Kagami closed 9 years ago

Kagami commented 9 years ago

Hi. Nonce generation per RFC6979 was implemented in the secp256k1 so this JS function is no longer needed.

wanderer commented 9 years ago

awesome, finally i can remove that

wanderer commented 9 years ago

done in #12

Kagami commented 9 years ago

Thanks!