fastnum/bint/int/impls/
zeroize.rs

1use crate::bint::Int;
2
3impl<const N: usize> zeroize::DefaultIsZeroes for Int<N> {}