| Crates.io | bandersnatch |
| lib.rs | bandersnatch |
| version | 0.1.1 |
| created_at | 2021-07-28 15:35:24.886984+00 |
| updated_at | 2021-07-29 19:12:49.545329+00 |
| description | Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve |
| homepage | |
| repository | https://github.com/zhenfeizhang/bandersnatch |
| max_upload_size | |
| id | 428416 |
| size | 91,001 |
This is a reference implementation of Bandersnatch curve using Arkwork's framework in Rust. The spec of the curve is available here. There was also a Python reference implementation here.
0.1.1: use a zcash style generator 0.1.0: release
cargo doc --open
cargo bench
Counting the number of constraints in group operations
cargo run --example constraint_count_bandersnatch
cargo run --example constraint_count_jubjub
cargo run --example constraint_count_bandersnatch_glv