Skip to content

Commit

Permalink
test flag keeps sneaking back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Davis committed Aug 13, 2024
1 parent 2dfd610 commit d7d7fb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/flp/szk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ where
.collect()
}

#[cfg(test)]
fn derive_query_rand(&self, verify_key: &[u8; SEED_SIZE], nonce: &[u8; 16]) -> Vec<T::Field> {
let mut xof = P::init(
verify_key,
Expand Down
2 changes: 1 addition & 1 deletion src/vidpf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use core::{
iter::zip,
ops::{Add, AddAssign, BitAnd, BitXor, BitXorAssign, Index, Sub},
ops::{Add, AddAssign, BitXor, BitXorAssign, Index, Sub},
};

use bitvec::field::BitField;
Expand Down

0 comments on commit d7d7fb8

Please sign in to comment.