Expand description
Types for Keys, IVs, and Generally Sensitive Bytes
Structs§
- Invalid
Size - Error returned when the provided slice is not the expected length.
- Iv
- Represents an IV / Nonce with the size:
U16. - Nonce
- Represents an IV / Nonce with the size:
U12. - Nonce16
- Represents an IV / Nonce with the size:
U16. - U12
- Represents a
12byte IV size. - U16
- Represents a
16byte IV size.