Releases: zama-ai/fhevmjs
Releases · zama-ai/fhevmjs
v0.1.0
What's Changed
- Rewrite build process to export ES module for web.by @immortal-tofu in #20
- Embed TFHE WASM file in the webpack bundle and the ES module (web). by @immortal-tofu in #20
Full Changelog: v0.0.7...v0.1.0
v0.0.7
What's Changed
- Add verification on chainId and publicKey. If chainId was a BigInt, it failed on generateToken. by @immortal-tofu in #19
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Fix: encryption of 0 didn't work due to an invalid check by @immortal-tofu in #18
New Contributors
- @bencrts made their first contribution in #15
- @tremblaythibaultl made their first contribution in #17
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
v0.0.3
- createInstance is now an async function
- decrypt and generateToken are now sync function
v0.0.2
First working version
v0.0.1
First version