Searched refs:Sha256_R (Results 1 – 1 of 1) sorted by relevance
343 #define Sha256_R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro346 #define Gamma0(x) (Sha256_S(x, 7) ^ Sha256_S(x, 18) ^ Sha256_R(x, 3))347 #define Gamma1(x) (Sha256_S(x, 17) ^ Sha256_S(x, 19) ^ Sha256_R(x, 10))
Completed in 6 milliseconds