The `cert-context` used as HKDF info for this certificate.
(&self)
| 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 | |
| 152 | pub fn now() -> u32 { |
no outgoing calls
no test coverage detected