2.0.0 (2024-09-19)
- adds node 20.x and 22.x support (ac35f39)
- removes node 16.x support (ac35f39)
1.4.0 (2024-06-18)
- removes node 14.x support (a8d6f34)
1.3.1 (2023-10-04)
- update
debug
from 4.1.1 to 4.3.4 (a7e7aad)
1.3.0 (2023-09-29)
- update
@mattrglobal/node-bbs-signatures
to 0.18.1 (b929d7d) - update
@wasm-tool/wasm-pack-plugin
to 1.7.0 (b929d7d) - update rust edition to 2021 (b929d7d)
- update
console_error_panic_hook
to 0.1.7 (b929d7d) - update
serde-wasm-bindgen
to 0.6.0 (b929d7d) - update
wasm-bindgen
to 0.2.87 (b929d7d) - update
wasm-bindgen-future
to 0.4.37 (b929d7d) - update
web-sys
to 0.3.64 (b929d7d)
- remove support for
wee_alloc
(b929d7d)
1.2.0 (2023-09-18)
- add node 18.x support (5726e4c)
1.1.0 (2022-07-11)
1.0.0 (2022-01-09)
0.7.0 (2021-12-08)
- strict check for given messages count and originally revealed (fd1fbbf)
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 0.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