[][src]Module orion::hazardous

[Caution] Low-level API.

Caution:

Usage of the hazardous module is only intended for advanced users. hazardous contains implementations with a much higher degree of control. It is also much easier to misuse those implementations. Only use hazardous if absolutely necessary.

Modules

aead

AEADs (Authenticated Encryption with Associated Data).

hash

Cryptographic hash functions.

kdf

KDFs (Key Derivation Function) and PBKDF (Password-Based Key Derivation Function).

mac

MACs (Message Authentication Code).

stream

Stream ciphers.