IV constructor

IV(
  1. Uint8List bytes
)

Creates an Initialization Vector object from a Uint8List.

Implementation

IV(Uint8List bytes) : super(bytes);