Compare commits

..

No commits in common. "c7914183b03b6f9d3f79ddd2568a2184eda8adc6" and "b7f99b6e8ea083e2afc5455f022a6cefa669cefd" have entirely different histories.

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",