Searched refs:Sigma0_512 (Results 1 – 1 of 1) sorted by relevance
96 #define Sigma0_512(x) (ror((x), 28) ^ ror((x), 34) ^ ror((x), 39)) macro108 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \142 T2 = Sigma0_512(a) + Maj(a, b, c); in sha512_transform()