u64or             138 lib/sha512.c                 SWAP (u64or (u64shl (ctx->total[1], 3),
u64or             314 lib/sha512.c   #define F2(A, B, C) u64or (u64and (A, B), u64and (C, u64or (A, B)))
u64or              31 lib/u64.h      #define u64rol(x, n) u64or (u64shl (x, n), u64shr (x, 64 - n))