1mod normal; 2mod represent; 3 4pub use normal::{add, double, invert, mont, mul, neg, pow, square, sub}; 5pub use represent::*;