Home
last modified time | relevance | path

Searched refs:Sigma1 (Results 1 – 1 of 1) sorted by relevance

/lib/source/
A Dsha256.c163 #define Sigma1(a)(ROTR((a), 6) ^ ROTR((a), 11) ^ ROTR((a), 25)) macro
196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()

Completed in 5 milliseconds