menu
blockchain_utils package
documentation
crypto/crypto/ecb/ecb.dart
ECB
ECB.new constructor
ECB.new constructor
dark_mode
light_mode
ECB
constructor
ECB
(
List
<
int
>
key
)
Creates an ECB instance with the specified encryption key.
Parameters:
key
: The encryption key used for ECB mode.
Implementation
ECB(super.key);
blockchain_utils package
documentation
crypto/crypto/ecb/ecb
ECB
ECB.new constructor
ECB class