Crate nym_store_cipher

Crate nym_store_cipher 

Source

Structs§

Argon2
Argon2 context.
EncryptedData
ExportedStoreCipher
Params
Argon2 password hash parameters.
StoreCipher

Enums§

Algorithm
Argon2 primitive type: variants of the algorithm.
CiphertextInfo
Error
KdfInfo
Version
Version of the algorithm.

Constants§

AES256GCM_NONCE_SIZE
ARGON2_SALT_SIZE
CURRENT_VERSION

Traits§

KeySizeUser
Types which use key for initialization.
Unsigned
The marker trait for compile time unsigned integers.

Functions§

argon2_derive_cipher_key

Type Aliases§

Aes256Gcm
AES-GCM with a 256-bit key and 96-bit nonce.
Key
Key used by KeySizeUser implementors.