cralgebra 0.2.1

A fast crypto algebra library
Documentation
1
2
3
pub trait RootsOfUnity {
    fn root_of_unity(n: u128) -> Self;
}