Constant tor_dirmgr::storage::sqlite::FIND_MD

source ยท
const FIND_MD: &str = "
  SELECT contents
  FROM Microdescs
  WHERE sha256_digest = ?
";
Expand description

Query: find the microdescriptor with a given hex-encoded sha256 digest