summaryrefslogtreecommitdiff
path: root/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h')
-rw-r--r--src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h b/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h
index 7de8395..a83233b 100644
--- a/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h
+++ b/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h
@@ -2,6 +2,7 @@
#define crypto_pwhash_scryptsalsa208sha256_H
#include <stddef.h>
+#include <stdint.h>
#include "export.h"
@@ -20,6 +21,10 @@ size_t crypto_pwhash_scryptsalsa208sha256_saltbytes(void);
SODIUM_EXPORT
size_t crypto_pwhash_scryptsalsa208sha256_strbytes(void);
+#define crypto_pwhash_scryptsalsa208sha256_STRPREFIX "$7$"
+SODIUM_EXPORT
+const char *crypto_pwhash_scryptsalsa208sha256_strprefix(void);
+
#define crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE 524288ULL
SODIUM_EXPORT
size_t crypto_pwhash_scryptsalsa208sha256_opslimit_interactive(void);