Crate signal_crypto_syft

Crate signal_crypto_syft 

Source

Structs§

Aes256Ctr32
A wrapper around ctr::Ctr32BE that uses a smaller nonce and supports an initial counter.
Aes256GcmDecryption
Aes256GcmEncryption

Enums§

CryptographicHash
CryptographicMac
DecryptionError
EncryptionError
Error
HpkeError
HPKE Error types.

Traits§

SimpleHpkeReceiver
A thoroughly stripped-down version of HPKE that only supports the “base” mode (unauthenticated, no pre-shared key).
SimpleHpkeSender
A thoroughly stripped-down version of HPKE that only supports the “base” mode (unauthenticated, no pre-shared key).

Functions§

aes_256_cbc_decrypt
aes_256_cbc_encrypt

Type Aliases§

Result