Argon2 : hash output mismatch between API and utility
I am working on a C++ software that uses raw bytes input for Argon2.
Calling the high level API (argon2i_hash_raw) was not an issue and produced a hash result.
I decided to verify that result using the stand alone utility.
… Continue reading Argon2 : hash output mismatch between API and utility