initialize abstract method
Initializes the state with the given secretKey
, nonce
, and aad
.
Implementation
Future<void> initialize({
required bool isEncrypting,
required SecretKey secretKey,
required List<int> nonce,
List<int> aad = const [],
int keyStreamIndex = 0,
});