0.6.0 (2021-05-25)
BREAKING CHANGES: Support for asm.js has been removed due to its poor performance and it creating bloat for all package consumers. Support for NodeJS 10 which is now EOL has also been removed due in-compatibility with TextEncoder/TextDecoder that is used in the translated ES module generated by wasm-pack.
0.5.0 (2021-02-23)
BREAKING CHANGES: The API exposed by this library is now promise based see #61 for more details.
- set private key as defined on generate returntype (#47) (5b29ec8)
- sample: update references to generateBls12381G2KeyPair (#48) (691fe74)
- sample: use byte arrays instead of strings (#51) (fcb06c9), closes #49
- change to use byte arrays for messages and support generating g1 keys (#40) (92238cf)
- sample: update to the latest released version v0.4.0 (f8fa318), closes #50 #50 #49
- migrate to async based api (#61) (5dbd924)
0.4.0 (2020-08-27)
- add asm.js roll back support (#30) (4d28ad3)
- add node bbs roll back support (#33) (49aee81)
- change to use byte arrays for messages and support generating g1 keys (#40) (92238cf)
- generateBls12381KeyPair has been changed to generateBls12381G2KeyPair
- All operations involving messages and nonces are now in terms of Uint8Array's rather than strings
0.3.0 (2020-07-20)
0.2.0 (2020-06-04)
Initial release