replace Argon2 with PBKDF2

This commit is contained in:
tevador 2020-06-14 21:54:15 +02:00
parent 9e9b8c7464
commit f1c7829f04
6 changed files with 321 additions and 9 deletions

View file

@ -19,6 +19,7 @@ src/gf_elem.cpp
src/gf_poly.cpp
src/main.cpp
src/monero_seed.cpp
src/pbkdf2.c
src/reed_solomon_code.cpp
src/secure_random.cpp
src/wordlist.cpp)