mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 09:13:09 +00:00
addressed comments
This commit is contained in:
parent
9e7dc7ca79
commit
04f44ef4da
@ -1,7 +1,8 @@
|
||||
// Arithmetic on little-endian integers represented with 128-bit limbs.
|
||||
// All integers must be under a given length bound, and are padded with leading zeroes.
|
||||
|
||||
// Replaces a with a + b, leaving b unchanged.
|
||||
// Adds two bignums of the same given length. Assumes that len > 0.
|
||||
// Replaces a with a + b, leaving b unchanged, and returns the final carry.
|
||||
global add_bignum:
|
||||
// stack: len, a_start_loc, b_start_loc, retdest
|
||||
PUSH 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user