2
0

Migrate from Tarsnap's scrypt to libsodium.

This commit is contained in:
Maarten Billemont
2017-04-10 11:43:55 -04:00
parent 9bf50569cc
commit e3fffc1923
9 changed files with 421 additions and 171 deletions

View File

@@ -30,7 +30,7 @@
#include <scrypt/crypto_scrypt.h>
#include <scrypt/sha256.h>
#elif HAS_SODIUM
#include <sodium.h>
#include "sodium.h"
#endif
#ifndef trc