Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
Dsha.c38 #define SIGMA0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
173 h = T1 + SIGMA0(a) + Ma(a, b, c); d += T1; in sha256()