Module dumb_crypto::pbkdf2

source ·
Expand description

PBKDF2

Implementation of PBKDF2 key derivation algorithm according to RFC 2898.

Functions

Derive key using password, salt, and c rounds.