Skip to content

Commit

Permalink
update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoGalteland committed Mar 11, 2024
1 parent b7f99b6 commit 9c647a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_gadgets/src/utilities/lookup_range_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl<F: PrimeFieldBits, const K: usize> LookupRangeCheckConfig<F, K> {
config
}

#[cfg(feature = "verifiable-encryption")]
#[cfg(any(test, feature = "verifiable-encryption"))]
// Fill `table_idx` and `table_range_check_tag`.
// This is only used in testing for now, since the Sinsemilla chip provides a pre-loaded table
// in the Orchard context.
Expand Down

0 comments on commit 9c647a2

Please sign in to comment.