generateIv method

  1. @visibleForTesting
Uint8List generateIv()

Generates a random initialization vector (internal)

Implementation

@visibleForTesting
Uint8List generateIv() => _ivRandom.nextBytes(16);