PBKDF2 key derivation for PoW v2 challenges.
Requires Erlang OTP 24 or later (crypto:pbkdf2_hmac/5).
Supported algorithm strings: "PBKDF2/SHA-256", "PBKDF2/SHA-384", "PBKDF2/SHA-512".
Summary
Functions
Derives a key using PBKDF2-HMAC.
PBKDF2 key derivation for PoW v2 challenges.
Requires Erlang OTP 24 or later (crypto:pbkdf2_hmac/5).
Supported algorithm strings: "PBKDF2/SHA-256", "PBKDF2/SHA-384", "PBKDF2/SHA-512".
Derives a key using PBKDF2-HMAC.