cnfy-uint 0.2.3

Zero-dependency 256-bit unsigned integer arithmetic for cryptographic applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 256-bit modular arithmetic library for cryptographic applications.

pub(crate) mod divstep;
pub(crate) mod divstep_matrix;
pub mod gcd_state;
pub mod knuth_d;
pub mod lehmer_step;
pub mod u256;
pub mod u256_batch;
pub mod u320;
pub mod u384;
pub mod u512;