Skip to content

Releases: matter-labs/bellman

Audit with rescue and transpiler

09 Apr 10:32
Compare
Choose a tag to compare
Pre-release

For audit purposes only

Nightly optimizations

15 Jul 11:34
1aff83c
Compare
Choose a tag to compare
  • Some potentially time-consuming operations such as scalars conversion from Montgomery form are now parallelized
  • Multicore users can now use nightly version of Rust and specify nightly feature to get ~10% speedup on for proof generation over large circuits due to faster multiexponentiation

crates.io

31 Mar 14:48
Compare
Choose a tag to compare

Publish to crates.io as bellman_ce. No more pain for users specifying dependencies. Now can also use ff_ce, ff_derive_ce and pairing_ce as dependencies.

WASM love

05 Mar 09:27
6e45a4b
Compare
Choose a tag to compare
  • Add singlethreaded version
  • Now “ff” and “pairing” crates are re-exported as “bellman::pairing::ff” and ”bellman::pairing”
  • If for some reason you need to use “pairing” or “ff” directly and don’t want to use re-exports, than to avoid errors you should specify tag 0.16.2 for “pairing” and 0.5 for “ff”