aesSetKeys method

void aesSetKeys(
  1. Uint8List key, [
  2. Uint8List? iv
])

Sets AES encryption key key and the initialization vector iv.

Implementation

void aesSetKeys(Uint8List key, [Uint8List? iv]) => _aes.aesSetKeys(key, iv);