mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33: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
|
%macro sha2_temp_word1
|
||||||
// stack: e, f, g, h, K[i], W[i]
|
// stack: e, f, g, h, K[i], W[i]
|
||||||
DUP1
|
DUP1
|
||||||
@ -15,6 +16,7 @@
|
|||||||
// stack: Ch(e, f, g) + Sigma_1(e) + h + K[i] + W[i]
|
// stack: Ch(e, f, g) + Sigma_1(e) + h + K[i] + W[i]
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
// "T_2" in the SHA-256 spec
|
||||||
%macro sha2_temp_word2
|
%macro sha2_temp_word2
|
||||||
// stack: a, b, c
|
// stack: a, b, c
|
||||||
DUP1
|
DUP1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user