Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PrimeField::from_bytes_mod_order #164

Merged
merged 17 commits into from
Jan 9, 2021
Merged
Prev Previous commit
Next Next commit
fix unused import
  • Loading branch information
ValarDragon committed Jan 7, 2021
commit 1bd023de3f1dae9234be01fae41ecffa55052e1b
1 change: 0 additions & 1 deletion ff/src/fields/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ fn serial_batch_inversion_and_mul<F: Field>(v: &mut [F], coeff: &F) {
#[cfg(all(test, feature = "std"))]
mod std_tests {
use super::BitIteratorLE;
use ark_std::string::ToString;

#[test]
fn bit_iterator_le() {
Expand Down