Module orion::default[][src]

High-level API with safer defaults. Not available in no_std context.

Functions

cshake

cSHAKE256.

cshake_verify

Verify a cSHAKE256 hash in constant time.

hkdf

HKDF-HMAC-SHA512.

hkdf_verify

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

hmac

HMAC-SHA512.

hmac_verify

Verify a HMAC-SHA512 MAC in constant time, with Double-HMAC Verification.

pbkdf2

PBKDF2-HMAC-SHA512. Suitable for password storage.

pbkdf2_verify

Verify PBKDF2-HMAC-SHA512 derived key in constant time.