u64xor 315 lib/sha512.c #define F1(E, F, G) u64xor (G, u64and (E, u64xor (F, G))) u64xor 345 lib/sha512.c #define S0(x) u64xor (u64rol(x, 63), u64xor (u64rol (x, 56), u64shr (x, 7))) u64xor 346 lib/sha512.c #define S1(x) u64xor (u64rol (x, 45), u64xor (u64rol (x, 3), u64shr (x, 6))) u64xor 347 lib/sha512.c #define SS0(x) u64xor (u64rol (x, 36), u64xor (u64rol (x, 30), u64rol (x, 25))) u64xor 348 lib/sha512.c #define SS1(x) u64xor (u64rol(x, 50), u64xor (u64rol (x, 46), u64rol (x, 23)))