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

Method ts_end

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

Source from the content-addressed store, hash-verified

134 }
135
136 pub fn ts_end(&self) -> [u8; 4] {
137 let mut out = [0u8; 4];
138 out.copy_from_slice(&self.cert_bytes[PQ_OFF_TS_END..PQ_OFF_TS_END + 4]);
139 out
140 }
141
142 pub fn profile_extension_hash(&self) -> [u8; 32] {
143 self.profile_extension_hash

Callers 4

derive_pqMethod · 0.80
updateMethod · 0.80
serve_certificatesFunction · 0.80
decrypt_pq_ciphertextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected