nisse@lysator.liu.se (Niels Möller) writes:
--- a/pbkdf2.h +++ b/pbkdf2.h @@ -35,6 +35,8 @@ extern "C"
/* Namespace mangling */ #define pbkdf2 nettle_pbkdf2 +#define pbkdf2_hmac_sha1 nettle_pbkdf2_sha1 +#define pbkdf2_hmac_sha256 nettle_pbkdf2_sha256
I changed the symbols to nettle_pbkdf2_hmac_sha1 and nettle_pbkdf2_hmac_sha256. I take it the abbreviation was unintentional?
Right, sorry about that. Thank you!
I'll proceed cleaning up the Salsa code next, to reach my goal of having scrypt in here as well (I have it working on https://www.gitorious.org/scrypt/nettle-scrypt).
/Simon