[][src]Crate monocypher

Monocypher is a cryptographic library.

It provides functions for authenticated encryption, hashing, password key derivation, key exchange, and public key signatures.

Visit the official documentation for details.

Modules

aead

Authenticated encryption

chacha20

Chacha20 encryption functions

hashing
key_exchange

Elliptic Curve Diffie-Hellman key exchange

password
poly1305

Poly1305 is a one-time message authentication code.

pubkey
utils

Util functions for constant time comparison and memory wiping.