embassy-nrf

Crates

git

Versions

nrf9151-s

Flavors

Skip to main content

DigestContext

Trait DigestContext 

Source
pub trait DigestContext: SealedDigestContext + Sized {
    type Algorithm: HashAlgorithm;
}
Expand description

A hash or HMAC context. Implemented by HashContext and HmacContext.

This trait is sealed.

Required Associated Types§

Source

type Algorithm: HashAlgorithm

The hash algorithm of this context.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§