MCPcopy Create free account
hub / github.com/DNSCrypt/encrypted-dns-server / keypair

Method keypair

src/dnscrypt_certs.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112 }
113
114 pub fn keypair(&self) -> &pq::XWingKeyPair {
115 &self.keypair
116 }
117
118 pub fn cert_bytes(&self) -> &[u8] {
119 &self.cert_bytes

Callers 1

decrypt_pq_ciphertextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected