The random epoch for this key instance.
(&self)
| 203 | |
| 204 | /// The random epoch for this key instance. |
| 205 | pub fn epoch(&self) -> &[u8; 4] { |
| 206 | &self.epoch |
| 207 | } |
| 208 | |
| 209 | /// Decrypt a payload. Input is ciphertext + auth_tag (16 bytes at end). |
| 210 | /// |
no outgoing calls