aboutsummaryrefslogtreecommitdiff
path: root/sha2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha2.c')
-rw-r--r--sha2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha2.c b/sha2.c
index fc08d38..1e3ae41 100644
--- a/sha2.c
+++ b/sha2.c
@@ -462,7 +462,7 @@ void sha512_init(sha512_t * const ctx) {
w[i] = w16 + s0 + w7 + s1; \
} while (0)
-// WC: compress word
+// WC64: compress word
#define WC64(i) do { \
const uint64_t s1 = rr64(hs[4], 14) ^ rr64(hs[4], 18) ^ rr64(hs[4], 41), \
ch = (hs[4] & hs[5]) ^ ((~(hs[4])) & hs[6]), \