Searched refs:SIGMA0 (Results 1 – 1 of 1) sorted by relevance
38 #define SIGMA0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro173 h = T1 + SIGMA0(a) + Ma(a, b, c); d += T1; in sha256()