Crate orion [] [src]

Modules

default

orion's API with safe defaults.

errors

Errors for orion's cryptographic operations.

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.

options

Sha2 options and hashing.

pbkdf2

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

util

Utility functions such as generating a cryptographically strong key/nonce/salt/iv.