Barrett reduction

This commit is contained in:
2018-06-10 21:09:53 -07:00
parent 65d7b7e93f
commit c49cd29c43
13 changed files with 22109 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
//! of course, but that's its origin.
//!
mod addition;
mod barrett;
mod basetypes;
mod comparison;
#[macro_use]