Skip to content

Building

Everything you need to know to build end-to-end ZK applications with Binius64

In this site area, we explain how to build real applications in Binius64.

Run our SHA-256 example by pasting the below code:

git clone https://github.com/IrreducibleOSS/binius64
cd binius64
 
RUSTFLAGS="-C target-cpu=native" cargo run --release --example sha256

We've broken up this guide into two main sections.

For cryptographic and mathematical details, see the Blueprint section.