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

Method cert_context

src/dnscrypt_certs.rs:147–149  ·  view source on GitHub ↗

The `cert-context` used as HKDF info for this certificate.

(&self)

Source from the content-addressed store, hash-verified

145
146 /// The `cert-context` used as HKDF info for this certificate.
147 pub fn cert_context(&self) -> &[u8] {
148 &self.cert_context
149 }
150}
151
152pub fn now() -> u32 {

Callers 1

decrypt_pq_ciphertextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected