Module orion::default [] [src]

API for the rest of orion.

Functions

hkdf

HKDF with HMAC-SHA512.

hmac

HMAC with SHA512.

hmac_validate

Validate an HMAC against a key and message.

pbkdf2

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

pbkdf2_verify

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