Skip to content

Releases: ingonyama-zk/icicle

Release v1.3.0

09 Feb 22:39
d84ffd2
Compare
Choose a tag to compare

This version introduces an updated NTT design using a mixed-radix approach

What's Changed

Known issues

  • Golang bindings are missing
  • In Cmake, if CMAKE_BUILD_TYPE is Debug and not Release, the build is very slow and memory-heavy.

Full Changelog: v1.2.0...v1.3.0

Release v1.2.0

07 Feb 15:12
v1.2.0
b6dded8
Compare
Choose a tag to compare

This version introduces support for Poseidon hash and Merkle trees using Poseidon Hash.

What's Changed

Known issues

  • Golang bindings are missing
  • In Cmake, if CMAKE_BUILD_TYPE is Debug and not Release, the build is very slow and memory-heavy.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 Jan 18:38
v1.1.0
77a7613
Compare
Choose a tag to compare

This version updates examples to work with the latest API and fixes a few bugs including building on windows, MSM improvements, and G2 in Rust bindings.

What's Changed

Known issues

  • Golang bindings are missing
  • In Cmake, if CMAKE_BUILD_TYPE is Debug and not Release, the build is very slow and memory-heavy.

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

08 Jan 18:54
b184bef
Compare
Choose a tag to compare

Introducing a wide Cuda/c++ architecture change, together with updated user API and a more streamlined compilation/linking process
This version is incompatible with previous ICICLE version/commits

What's Changed

Known issues

  • Golang bindings are missing
  • Windows build fails
  • In Cmake, if CMAKE_BUILD_TYPE is Debug and not Release, the build is very slow and memory-heavy.

Full Changelog: v0.1.0...v1.0.0