mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 20:06:38 +00:00
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");
|