menu
encrypto_flutter package
documentation
keypair.dart
ZotKeyPair
ZotKeyPair.new constructor
ZotKeyPair.new constructor
dark_mode
light_mode
ZotKeyPair
constructor
ZotKeyPair
(
int
bitLen
,
Encrypto
encrypto
)
Implementation
ZotKeyPair(int bitLen, Encrypto encrypto) { _privateKey = ZotPrivateKey(bitLen, this, encrypto); }
encrypto_flutter package
documentation
keypair
ZotKeyPair
ZotKeyPair.new constructor
ZotKeyPair class