Skip to main content

Crate cocoon_tpm_crypto

Crate cocoon_tpm_crypto 

Source

Modules§

ecc
hash
Common interface to hash algorithm implementations.
kdf
Key derivation function interface traits and implementations.
rng
Cryptographic random number generator interface traits and implementations.
symcipher
Common interface to symmetric cipher algorithm implementations.

Structs§

EmptyCryptoIoSlices
EmptyIoSlices with the associated Infallible BackendIteratorError mapped CryptoError.

Enums§

CryptoError
Common error returned by cryptographic primitives.

Traits§

CryptoDoubleEndedIoSlicesIter
DoubleEndedIoSlicesIter with the associated BackendIteratorError fixed to CryptoError.
CryptoDoubleEndedIoSlicesMutIter
DoubleEndedIoSlicesMutIter with the associated BackendIteratorError fixed to CryptoError.
CryptoIoSlicesIter
IoSlicesIter with the associated BackendIteratorError fixed to CryptoError.
CryptoIoSlicesMutIter
IoSlicesMutIter with the associated BackendIteratorError fixed to CryptoError.
CryptoMutPeekableIoSlicesMutIter
MutPeekableIoSlicesMutIter with the associated BackendIteratorError fixed to CryptoError.
CryptoPeekableIoSlicesIter
PeekableIoSlicesIter with the associated BackendIteratorError fixed to CryptoError.
CryptoPeekableIoSlicesMutIter
PeekableIoSlicesMutIter with the associated BackendIteratorError fixed to CryptoError.
CryptoWalkableIoSlicesIter
WalkableIoSlicesIter with the associated BackendIteratorError fixed to CryptoError.
CryptoWalkableIoSlicesMutIter
WalkableIoSlicesMutIter with the associated BackendIteratorError fixed to CryptoError.