mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
comment
This commit is contained in:
parent
7eba422792
commit
5d7edb33d4
@ -1,3 +1,4 @@
|
||||
// "T_1" in the SHA-256 spec
|
||||
%macro sha2_temp_word1
|
||||
// stack: e, f, g, h, K[i], W[i]
|
||||
DUP1
|
||||
@ -15,6 +16,7 @@
|
||||
// stack: Ch(e, f, g) + Sigma_1(e) + h + K[i] + W[i]
|
||||
%endmacro
|
||||
|
||||
// "T_2" in the SHA-256 spec
|
||||
%macro sha2_temp_word2
|
||||
// stack: a, b, c
|
||||
DUP1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user