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

@@ -6,6 +6,8 @@
mod core;
#[macro_use]
mod builder;
//mod extended_math;
// mod primes;
mod traits;
use self::core::*;