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