diff --git a/src/scalar.rs b/src/scalar.rs index 294f127..ecb2c64 100644 --- a/src/scalar.rs +++ b/src/scalar.rs @@ -31,6 +31,7 @@ use std::ops::{Index, IndexMut}; use rand::Rng; +// XXX should these be in a utility module ? use field::{load3, load4}; /// The `Scalar` struct represents an element in ℤ/lℤ, where