menu
blockchain_utils package
documentation
crypto/crypto/blockcipher/blockcipher.dart
BlockCipher
encryptBlock abstract method
encryptBlock abstract method
dark_mode
light_mode
encryptBlock
abstract method
List
<
int
>
encryptBlock
(
List
<
int
>
src
, [
List
<
int
>
?
dst
])
Encrypts a single block of data.
Implementation
List<int> encryptBlock(List<int> src, [List<int>? dst]);
blockchain_utils package
documentation
crypto/crypto/blockcipher/blockcipher
BlockCipher
encryptBlock abstract method
BlockCipher class