Searched refs:SIGMA1 (Results 1 – 1 of 1) sorted by relevance
47 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25)) macro86 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
Completed in 2 milliseconds