Function tor_dirmgr::storage::sqlite::digest_from_hex

source ยท
fn digest_from_hex(s: &str) -> Result<[u8; 32]>
Expand description

Convert a hexadecimal sha3-256 digest from the database into an array.