Remove glob import that was importing MODULUS from Fr.

This commit is contained in:
Sean Bowe 2019-03-21 15:57:22 -06:00
parent 8edc7ebe2f
commit 2601c13a2d
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ use maybe::Maybe;
mod fq;
mod fr;
pub use fq::*;
pub use fr::*;
pub use fq::Fq;
pub use fr::Fr;
const FR_MODULUS_BYTES: [u8; 32] = [
183, 44, 247, 214, 94, 14, 151, 208, 130, 16, 200, 204, 147, 32, 104, 166, 0, 59, 52, 1, 1, 59,