asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

Fixed a random prime generation issue #140

Closed jeremyVignelles closed 6 years ago

jeremyVignelles commented 6 years ago

The missing BigNumber_constructor.ONE caused the key generation to fall in an infinite loop

alippai commented 6 years ago

Released in v0.18.2