Add missing header
This commit is contained in:
parent
7a95e921ac
commit
71056e2f75
@ -75,7 +75,7 @@ int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYT
|
|||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
int _crypto_pwhash_argon2i_pick_best_implementation(void);
|
int _crypto_pwhash_argon2i_pick_best_implementation(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#include "core.h"
|
#include "core.h"
|
||||||
#include "crypto_generichash.h"
|
#include "crypto_generichash.h"
|
||||||
#include "crypto_onetimeauth.h"
|
#include "crypto_onetimeauth.h"
|
||||||
|
#include "crypto_pwhash_argon2i.h"
|
||||||
#include "crypto_scalarmult.h"
|
#include "crypto_scalarmult.h"
|
||||||
#include "crypto_stream_chacha20.h"
|
#include "crypto_stream_chacha20.h"
|
||||||
#include "randombytes.h"
|
#include "randombytes.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user