Skip to main content

AssociatedHashingAlgorithm

Trait AssociatedHashingAlgorithm 

Source
pub trait AssociatedHashingAlgorithm {
    const TPM_DIGEST: HashingAlgorithm;
}
Expand description

Provides the value of the digest used in this crate for the digest.

Required Associated Constants§

Source

const TPM_DIGEST: HashingAlgorithm

Value of the digest when interacting with the TPM.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§