Module orion::default [] [src]

orion's API with safe defaults.

Functions

hkdf

HKDF with HMAC-SHA512.

hkdf_verify

Verify an HKDF-HMAC-SHA512 derived key in constant time.

hmac

HMAC with SHA512.

hmac_verify

Verify an HMAC against a key and message in constant time and with Double-HMAC Verification.

pbkdf2

PBKDF2 with HMAC-SHA512. Uses 512000 iterations with an output length of 64 bytes.

pbkdf2_verify

Verify PBKDF2-HMAC-SHA512 derived key in constant time. Uses 512000 iterations with an output length of 64 bytes for PBKDF2.