- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SHA256ROUND (0.06 sec)
-
lib/fips140/v1.1.0-rc1.zip
+ T2. // The values for e and a are stored in d and h, ready for rotation. #define SHA256ROUND(index, a, b, c, d, e, f, g, h) \ SHA256T1(index, e, f, g, h); \ SHA256T2(a, b, c); \ ADD REGTMP4, d; \ ADD REGTMP1, REGTMP4, h #define SHA256ROUND0(index, a, b, c, d, e, f, g, h) \ LOAD0(index); \ SHA256ROUND(index, a, b, c, d, e, f, g, h) #define SHA256ROUND1(index, a, b, c, d, e, f, g, h) \ LOAD1(index); \ SHA256ROUND(index, a, b, c, d, e, f, g, h) // A stack frame size of 64 bytes is required here, because...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)