rustc/vendor/crypto-bigint-0.5.5/tests/impl_modulus.rs
2024-06-24 14:48:22 +02:00

6 lines
162 B
Rust

//! Test to ensure that `impl_modulus!` works from outside this crate.
use crypto_bigint::{impl_modulus, U64};
impl_modulus!(TestMod, U64, "30e4b8f030ab42f3");