Searched refs:SIGMA0 (Results 1 – 1 of 1) sorted by relevance
52 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22)) macro93 T2 = SIGMA0(a) + Maj(a, b, c); in SHA256Transform()