zksync_bellman

Crates.iozksync_bellman
lib.rszksync_bellman
version0.30.6
sourcesrc
created_at2024-09-05 10:27:41.866567
updated_at2024-10-31 13:16:03.172547
descriptionzk-SNARK library, based on bellman
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-crypto/
max_upload_size
id1364389
size2,928,429
crates-io (github:matter-labs:crates-io)

documentation

README

bellman "Community edition"

Originally developed for ZCash, it has diverged now and focuses solely on the PLONK proof system. Uses our "community edition" pairing for Ethereum's BN256 curve.

Features

Allows one to design PLONK circuits with custom gates and lookup tables with junction with franklin-crypto gadget library. At the moment the lookup argument implies using the lookup over the first three state columns (usually refered as A/B/C) and allows to have simultaneously a gate and a lookup applied on the same row of the trace.

License

Licensed under either of

at your option.

Code Examples:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 66

cargo fmt