Trait risc0_zkvm::sha::Digestible
source · pub trait Digestible {
// Required method
fn digest(&self) -> Digest;
}
Expand description
Defines a collision resistant hash for the typed and structured data.
pub trait Digestible {
// Required method
fn digest(&self) -> Digest;
}
Defines a collision resistant hash for the typed and structured data.