RORu64             76 crypto/sha512_generic.c #define e0(x)       (RORu64(x,28) ^ RORu64(x,34) ^ RORu64(x,39))
RORu64             77 crypto/sha512_generic.c #define e1(x)       (RORu64(x,14) ^ RORu64(x,18) ^ RORu64(x,41))
RORu64             78 crypto/sha512_generic.c #define s0(x)       (RORu64(x, 1) ^ RORu64(x, 8) ^ (x >> 7))
RORu64             79 crypto/sha512_generic.c #define s1(x)       (RORu64(x,19) ^ RORu64(x,61) ^ (x >> 6))