Crate orion[][src]

Modules

core

Core operations that will be used throught the rest of orion.

default

orion's API with safe defaults.

hkdf

HKDF (HMAC-based Extract-and-Expand Key Derivation Function) as specified in the RFC 5869.

hmac

HMAC (Hash-based Message Authentication Code) as specified in the RFC 2104.

pbkdf2

PBKDF2 (Password-Based Key Derivation Function 2) as specified in the RFC 8018.