Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SHA512T1 (0.91 sec)

  1. lib/fips140/v1.0.0.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,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top