Skip to content

Commit da70861

Browse files
Fix lint
1 parent 173af58 commit da70861

File tree

1 file changed

+2
-2
lines changed
  • extensions/ecc/circuit/src/edwards_chip

1 file changed

+2
-2
lines changed

extensions/ecc/circuit/src/edwards_chip/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ use utils::jacobi;
2121

2222
/// BLOCK_SIZE: how many cells do we read at a time, must be a power of 2.
2323
/// BLOCKS: how many blocks do we need to represent one input or output
24-
/// For example, for bls12_381, BLOCK_SIZE = 16, each element has 3 blocks and with two elements per input AffinePoint, BLOCKS = 6.
25-
/// For secp256k1, BLOCK_SIZE = 32, BLOCKS = 2.
24+
/// For example, for bls12_381, BLOCK_SIZE = 16, each element has 3 blocks and with two elements per
25+
/// input AffinePoint, BLOCKS = 6. For secp256k1, BLOCK_SIZE = 32, BLOCKS = 2.
2626
#[derive(Chip, ChipUsageGetter, InstructionExecutor)]
2727
pub struct TeAddChip<F: PrimeField32, const BLOCKS: usize, const BLOCK_SIZE: usize>(
2828
pub VmChipWrapper<

0 commit comments

Comments
 (0)