6 lines
162 B
Rust
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");
|