(&self)
| 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 |
no outgoing calls
no test coverage detected