IV constructor

const IV(
  1. Uint8List bytes
)

Creates an Initialization Vector object from a Uint8List.

Implementation

const IV(super.bytes);