zkboo-modular 0.1.0

Modular arithmetic primitives for the ZKBoo ecosystem.
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: LGPL-3.0-or-later

//! Modular arithmetic primitives for the [zkboo] crate.

#![no_std]
pub mod montgomery;