Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds