cralgebra 0.2.1

A fast crypto algebra library
Documentation
1
2
3
4
//! Useful algorithms provided as standalone functions.

mod miller_rabin;
pub use miller_rabin::*;