zkboo 0.1.0

An implementation of the ZKBoo protocol.
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: LGPL-3.0-or-later

//! Trait and macros for ZKBoo circuits.

mod circuit;
pub use circuit::Circuit;