Searched refs:Sigma1 (Results 1 – 1 of 1) sorted by relevance
345 #define Sigma1(x) (Sha256_S(x, 6) ^ Sha256_S(x, 11) ^ Sha256_S(x, 25)) macro372 unsigned long t0 = h + Sigma1(e) + Sha256_Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
Completed in 5 milliseconds