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

Method es_version

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

Source from the content-addressed store, hash-verified

124 }
125
126 pub fn es_version(&self) -> [u8; 2] {
127 [self.cert_bytes[4], self.cert_bytes[5]]
128 }
129
130 pub fn serial(&self) -> [u8; 4] {
131 let mut out = [0u8; 4];

Callers 1

decrypt_pq_ciphertextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected