Simon Josefsson simon@josefsson.org writes:
See patch below. I also improved the manual a bit.
Thanks! Committed now.
--- 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?
Regards, /Niels