menu
blockchain_utils package
documentation
crypto/crypto/blockcipher/blockcipher.dart
BlockCipher
setKey abstract method
setKey abstract method
dark_mode
light_mode
setKey
abstract method
BlockCipher
setKey
(
List
<
int
>
key
)
Initializes the cipher with the provided encryption key.
Implementation
BlockCipher setKey(List<int> key);
blockchain_utils package
documentation
crypto/crypto/blockcipher/blockcipher
BlockCipher
setKey abstract method
BlockCipher class