This commit is contained in:
Daniel Lubarov 2021-07-27 12:48:52 -07:00
parent 1e9845afcf
commit 54626be7ce

View File

@ -38,6 +38,7 @@ impl<F: Extendable<D>, const D: usize> ExponentiationGate<F, D> {
1
}
/// The `i`th bit of the exponent, in little-endian order.
pub fn wires_power_bit(&self, i: usize) -> usize {
debug_assert!(i < self.num_power_bits);
2 + i