summaryrefslogtreecommitdiffstats
path: root/vendor/crypto-bigint/tests/impl_modulus.rs
blob: 98f5fe5d6cbf56bc7bf6d909de0098979f028380 (plain)
1
2
3
4
5
//! Test to ensure that `impl_modulus!` works from outside this crate.

use crypto_bigint::{impl_modulus, U64};

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