Home
last modified time | relevance | path

Searched refs:Gamma1 (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dsha256.c344 #define Gamma1(x) (Sha256_S(x, 17) ^ Sha256_S(x, 19) ^ Sha256_R(x, 10)) macro
362 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()

Completed in 6 milliseconds