iv property

  1. @override
Uint8List get iv
override

The salt or initialization vector

Implementation

@override
Uint8List get iv => cipher.iv;