menu
lazysecret package
documentation
kx/key_pair.dart
KeyPair
KeyPair.new constructor
KeyPair.new constructor
dark_mode
light_mode
KeyPair
constructor
KeyPair
(
{
required
String
pk
,
required
String
sk
,
})
Implementation
KeyPair({required this.pk, required this.sk});
lazysecret package
documentation
kx/key_pair
KeyPair
KeyPair.new constructor
KeyPair class