Searched refs:Sigma0 (Results 1 – 1 of 1) sorted by relevance
162 #define Sigma0(a)(ROTR((a), 2) ^ ROTR((a), 13) ^ ROTR((a), 22)) macro197 t2 = Sigma0(a) + Maj(a, b, c); in compress()210 t2 = Sigma0(a) + Maj(a, b, c); in compress()
Completed in 2 milliseconds