Skip to content

Commit 8fcc6f0

Browse files
committed
review
1 parent 91c7650 commit 8fcc6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

std/machines/large_field/binary.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ machine Binary(byte_binary: ByteBinary) with
2020
let operation_id;
2121
let latch = 1;
2222

23-
// We do not range check the bytes because the inputs are assumed 32-bits.
23+
// We do not range check the bytes
24+
// because they are constrained to be 8 bits by the ByteBinary machine.
2425
let A_byte0;
2526
let A_byte1;
2627
let A_byte2;

0 commit comments

Comments
 (0)