We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c7650 commit 8fcc6f0Copy full SHA for 8fcc6f0
std/machines/large_field/binary.asm
@@ -20,7 +20,8 @@ machine Binary(byte_binary: ByteBinary) with
20
let operation_id;
21
let latch = 1;
22
23
- // We do not range check the bytes because the inputs are assumed 32-bits.
+ // We do not range check the bytes
24
+ // because they are constrained to be 8 bits by the ByteBinary machine.
25
let A_byte0;
26
let A_byte1;
27
let A_byte2;
0 commit comments