KeyIV constructor

KeyIV(
  1. Uint8List key,
  2. Uint8List iv
)

Implementation

KeyIV(this.key, this.iv);