Module crypto

Source
Expand description

Underlying cryptographic routines.

Structs§

DefaultCrypto
Cryptography routines using native Rust crates.
SignalCipherTypeError
The error returned from a failed conversion to SignalCipherType.

Enums§

SignalCipherType
The type of AES cipher.

Traits§

Crypto
Cryptography routines used in the signal protocol.
Sha256Hmac
Something which can calculate a SHA-256 HMAC.
Sha512Digest
Something which can generate a SHA-512 hash.