Releases: dyne/Zenroom
Releases · dyne/Zenroom
v5.7.0
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- ci: run arm32 test only on demand by @matteo-cristino in #1017
- feat: add up to date x509 milagro api from miracl/core by @jaromil in #1014
Full Changelog: v5.6.0...v5.7.0
v5.6.0
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- Update FIPS203 and FIPS204 test vectors to the latest official ones by @FilippoTrotter in #1016
- Feat/introspection by @jaromil in #774
Full Changelog: v5.5.1...v5.6.0
v5.5.1
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- fix(random): use unifrom distribution to generate random number with modulo, shuffle arrays and extract subtable by @matteo-cristino in #1001
Full Changelog: v5.5.0...v5.5.1
v5.5.0
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- feat: parallel loops over multiple arrays by @matteo-cristino in #1002
Full Changelog: v5.4.0...v5.5.0
v5.4.0
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- Dosc Erc1155 info by @Ignat99 in #957
- feat(js): add decode_error api by @matteo-cristino in #1007
Full Changelog: v5.3.0...v5.4.0
v5.3.0
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- feat(table): ✨ first implementation of pointer system in zencode by @matteo-cristino in #752
Full Changelog: v5.2.2...v5.3.0
v5.2.2
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- refactor(keyring): replace if statements with table lookup by @matteo-cristino in #1006
Full Changelog: v5.2.1...v5.2.2
v5.2.1
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- chore(js): bump emsdk version to v4 by @matteo-cristino in #1009
- fix: add missing tools for wasm local compile by @puria in #1013
Full Changelog: v5.2.0...v5.2.1
v5.2.0
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
Full Changelog: v5.1.4...v5.2.0
v5.1.4
Language bindings
Updated on official repositories:
- Zenroom in NodeJS ::
npm install zenroom
- Zenroom in Python ::
pip install zenroom
- Zenroom in Go ::
go get github.com/dyne/Zenroom/bindings/golang/zenroom
- Zenroom in Rust :: see our test example
What's Changed
- refactor(hash): improve code readability, try to avoid multiple hash initialization and expose also shake256 in zencode hash statement by @matteo-cristino in #1003
- refactor: create zencode_math.lua file to include all mathematical statements on elements by @matteo-cristino in #1004
Full Changelog: v5.1.3...v5.1.4