ark-tom256 0.1.4

The Tom-256 curve
Documentation
1
2
3
4
5
6
7
//! This module implements the R1CS equivalent of `tom256`.

mod curves;
mod fields;

pub use curves::*;
pub use fields::*;