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

Method pq

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

Source from the content-addressed store, hash-verified

335 }
336
337 pub fn pq(&self) -> Option<&PqParams> {
338 self.pq.as_ref()
339 }
340
341 pub fn client_magic(&self) -> &[u8] {
342 self.dnscrypt_cert.client_magic()

Callers 3

serve_certificatesFunction · 0.80
decryptFunction · 0.80
decrypt_pq_ciphertextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected