Crate sodoken[][src]

Expand description

lib SOdium + haDOKEN = SODOKEN!

libsodium wrapper providing tokio safe memory secure api access.

Modules

Additional types related to working with buffers.

Modules related to hashing.

Api functions related to cryptographically secure key derivation.

Api functions related to cryptographically secure key exchange.

Api functions related to cryptographically secure randomness / entropy.

Modules related to cryptographic box encryption / decryption.

Modules 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 Kind Enum for Sodoken OneErr.

Type Definitions

Sodoken Result Type