IV constructor
const
IV(
- Uint8List bytes
Creates an Initialization Vector object from a Uint8List.
Implementation
const IV(super.bytes);
Creates an Initialization Vector object from a Uint8List.
const IV(super.bytes);