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.
//! Test to ensure that `impl_modulus!` works from outside this crate.
usecrypto_bigint::{U64, const_monty_params};const_monty_params!(TestMod,U64,"30e4b8f030ab42f3");