Function tor_dirmgr::storage::sqlite::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.