Constant tor_dirmgr::storage::sqlite::FIND_AUTHCERT

source ยท
const FIND_AUTHCERT: &str = "
  SELECT contents FROM AuthCerts WHERE id_digest = ? AND sk_digest = ?;
";
Expand description

Query: Find the authority certificate with given key digests.