Raw bytes. Used for persistence only; callers must treat the return value as key material.
(&self)
| 64 | /// Raw bytes. Used for persistence only; callers must treat the |
| 65 | /// return value as key material. |
| 66 | pub fn as_bytes(&self) -> &[u8; MAC_LEN] { |
| 67 | &self.0 |
| 68 | } |
| 69 | |
| 70 | /// Whether this key is the all-zero sentinel. Insecure transports |
| 71 | /// skip replay-detection telemetry accordingly. |
no outgoing calls
no test coverage detected