Searched refs:Sigma_0 (Results 1 – 1 of 1) sorted by relevance
169 #define Sigma_0(x) (ror32((x), 2) ^ ror32((x), 13) ^ ror32((x), 22)) macro192 h = tmp + Sigma_0(a) + Maj(a, b, c); \