Skip to main content

digest_from_dstr

Function digest_from_dstr 

Source
fn digest_from_dstr(s: &str) -> Result<[u8; 32]>
Expand description

Convert a hexadecimal sha3-256 “digest string” as used in the digest column from the database into an array.