Start staging some extended math functionality, including primality bits.

This commit is contained in:
2018-03-11 15:35:33 -07:00
parent 0698272b2c
commit 8a8c85703a
4 changed files with 203 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#[cfg(test)]
#[macro_use]
extern crate quickcheck;
extern crate rand;
/// The cryptonum module provides support for large numbers at fixed,
/// cryptographically-relevant sizes.