Skip to main content

FIND_AUTHCERT

Constant 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.