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