- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SHA512T1 (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
lib/fips140/v1.0.0-c2097c7c.zip
also used as an accumulator. Wt is passed in REGTMP4. // T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + K[i] + W[i] // BIGSIGMA1(x) = ROTR(14,x) XOR ROTR(18,x) XOR ROTR(41,x) // Ch(x, y, z) = (x AND y) XOR (NOT x AND z) // Calculate T1 in REGTMP4 #define SHA512T1(const, e, f, g, h) \ ADDV $const, h; \ ADDV REGTMP4, h; \ ROTRV $14, e, REGTMP4; \ ROTRV $18, e, REGTMP; \ ROTRV $41, e, REGTMP3; \ AND f, e, REGTMP2; \ XOR REGTMP, REGTMP4; \ MOVV $0xffffffffffffffff, REGTMP; \ XOR REGTMP4, REGTMP3; \ XOR REGTMP,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)