Searched refs:SHA512_F3 (Results 1 – 1 of 1) sorted by relevance
700 #define SHA512_F3(x) (ROTR64(14, x) ^ ROTR64(18, x) ^ ROTR64(41, x)) macro808 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
Completed in 8 milliseconds