Compare commits

..

1 Commits

Author SHA1 Message Date
Yao J. Galteland cd027c72fd
Merge b7f99b6e8e into 7df93fd855 2024-03-11 15:35:41 +01:00
1 changed files with 4 additions and 4 deletions

View File

@ -186,10 +186,10 @@ impl<F: PrimeFieldBits, const K: usize> LookupRangeCheckConfig<F, K> {
config
}
#[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.
#[cfg(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.
pub fn load(&self, layouter: &mut impl Layouter<F>) -> Result<(), Error> {
layouter.assign_table(
|| "table_idx",