Support for fast squaring.

This commit is contained in:
2018-06-02 20:29:44 -07:00
parent a5f0179d77
commit bebb5b2861
14 changed files with 22103 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ mod comparison;
mod conversions;
mod encoding;
mod multiplication;
mod squaring;
mod subtraction;
pub use self::basetypes::*;