Searched refs:Gamma0 (Results 1 – 2 of 2) sorted by relevance
77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro98 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro128 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()