bn254_blackbox_solver 0.46.0

Solvers for black box functions which are specific for the bn254 curve
Documentation
1
2
3
4
5
6
7
8
//! This module is adapted from the [Barustenberg][barustenberg] Rust implementation of the Barretenberg library.
//!
//! Code is used under the MIT license
//!
//! [barustenberg]: https://github.com/laudiacay/barustenberg/blob/df6bc6f095fe7f288bf6a12e7317fd8eb33d68ae/

pub(crate) mod generators;
mod hash_to_curve;