menu
kaspa_dart package
documentation
encrypt/model/keyiv.dart
KeyIV
KeyIV.new constructor
KeyIV.new constructor
dark_mode
light_mode
KeyIV
constructor
KeyIV
(
Uint8List
key
,
Uint8List
iv
)
Implementation
KeyIV(this.key, this.iv);
kaspa_dart package
documentation
encrypt/model/keyiv
KeyIV
KeyIV.new constructor
KeyIV class