Modular inverse computation.

This commit is contained in:
2018-10-26 21:28:48 -07:00
parent 89e2dfc6ef
commit 45f7df00d8
17 changed files with 36115 additions and 36063 deletions

View File

@@ -23,5 +23,6 @@ use std::ops::{Sub,SubAssign};
use unsigned::*;
pub use self::egcd::EGCD;
pub use self::modinv::ModInv;
include!("invoc.rs");