crypto-bigint 0.7.3

Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics.
Documentation
1
2
3
4
5
//! Test to ensure that `impl_modulus!` works from outside this crate.

use crypto_bigint::{U64, const_monty_params};

const_monty_params!(TestMod, U64, "30e4b8f030ab42f3");