aboutsummaryrefslogtreecommitdiffstats
path: root/src/argon2-core.h
diff options
context:
space:
mode:
authorBen2022-06-13 22:05:19 +0200
committerBen2022-06-13 22:05:19 +0200
commit85c0cb6cc2e0e14d12627dbb596bc25c5a1fc23c (patch)
tree8ed3cd031eb5a21820cdbc06619578baae35065a /src/argon2-core.h
parentede16c77ae4b15bfe43433e0e41f119cf1e36f16 (diff)
downloadinexact-85c0cb6cc2e0e14d12627dbb596bc25c5a1fc23c.tar.gz
inexact-85c0cb6cc2e0e14d12627dbb596bc25c5a1fc23c.tar.bz2
inexact-85c0cb6cc2e0e14d12627dbb596bc25c5a1fc23c.tar.xz
Update argtable3 and fix warnings
Diffstat (limited to 'src/argon2-core.h')
-rw-r--r--src/argon2-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/argon2-core.h b/src/argon2-core.h
index f55d2dd..c8409df 100644
--- a/src/argon2-core.h
+++ b/src/argon2-core.h
@@ -26,6 +26,8 @@
#define CONST_CAST(x) (x)(uintptr_t)
+#define rotr64(x, n) (((x) >> (n)) | ((x) << (64 - (n))))
+
/**********************Argon2 internal constants*******************************/
enum argon2_core_constants {