#black-box #zero-knowledge-proofs #bn254 #solver #curve #noir #function

bn254_blackbox_solver

Solvers for black box functions which are specific for the bn254 curve

3 releases (breaking)

new 0.44.0 Apr 24, 2024
0.43.0 Apr 10, 2024
0.39.0 Mar 11, 2024

#707 in Cryptography

Download history 140/week @ 2024-03-10 7/week @ 2024-03-17 7/week @ 2024-03-24 19/week @ 2024-03-31 161/week @ 2024-04-07 11/week @ 2024-04-14

199 downloads per month

MIT/Apache

645KB
9K SLoC

C++ 5.5K SLoC Rust 3.5K SLoC // 0.0% comments

The Noir Programming Language

Noir is a Domain Specific Language for SNARK proving systems. It has been designed to use any ACIR compatible proving system.

This implementation is in early development. It has not been reviewed or audited. It is not suitable to be used in production. Expect bugs!

Quick Start

Read the installation section from the Noir docs.

Once you have read through the documentation, you can visit Awesome Noir to run some of the examples that others have created.

Getting Help

Join the Noir forum or Discord

Contributing

See CONTRIBUTING.md.

Future Work

The current focus is to gather as much feedback as possible while in the alpha phase. The main focuses of Noir are safety and developer experience. If you find a feature that does not seem to be in line with these goals, please open an issue!

Minimum Rust version

This workspace's minimum supported rustc version is 1.74.1.

License

Noir is free and open source. It is distributed under a dual license. (MIT/APACHE)

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

Dependencies

~9–22MB
~298K SLoC