Crate sodoken[][src]

Expand description

lib SOdium + haDOKEN = SODOKEN!

libsodium wrapper providing tokio safe memory secure api access.

Modules

Api functions related to the argon2id password hashing algorithm.

Api functions related to the blake2b generichash algorithm.

Api functions related to cryptographic box encryption / decryption.

Additional types related to working with buffers.

Api functions related to cryptographically secure randomness / entropy.

Api functions related to secret stream encryption / decryption.

Api functions related to cryptographic signatures and verification.

Structs

A concrete extendable buffer type that may or may not be mem_locked.

A concrete read-only buffer type that may or may not be mem_locked.

A concrete sized read-only buffer type that may or may not be mem_locked.

A concrete writable buffer type that may or may not be mem_locked.

A concrete sized writable buffer type that may or may not be mem_locked.

Enums

Error type for holochain_crypto.

Type Definitions

Result type for holochain_crypto.