Module askar_crypto::kdf[][src]

Expand description

Key derivation function traits and implementations

Modules

argon2argon2

Argon2 key derivation from a password

concat

ConcatKDF from NIST 800-56ar for ECDH-ES / ECDH-1PU

ecdh_1pu

ECDH-1PU key derivation

ecdh_es

ECDH-ES key derivation

Traits

FromKeyDerivation

Trait for instantiation from a key derivation

FromKeyExchange

Trait for instantiation from a key exchange

KeyDerivation

Trait implemented by key derivation methods

KeyExchange

Trait for keys supporting Diffie-Helman key exchange