Skip to main content

Sha224

Trait Sha224 

Source
pub trait Sha224 {
    // Required method
    fn set_mode_sha224(&self) -> Result<(), ErrorCode>;
}

Required Methods§

Source

fn set_mode_sha224(&self) -> Result<(), ErrorCode>

Call before adding data to perform Sha224

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§