Searched refs:Gamma0 (Results 1 – 1 of 1) sorted by relevance
346 #define Gamma0(x) (Sha256_S(x, 7) ^ Sha256_S(x, 18) ^ Sha256_R(x, 3)) macro365 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
Completed in 9 milliseconds