menu
gm_crypto package
documentation
sm/sm2.dart
KeyPair
KeyPair.new constructor
KeyPair.new constructor
dark_mode
light_mode
KeyPair
constructor
KeyPair
(
{
required
String
privateKey
,
required
String
publicKey
,
BigInt
?
k
,
BigInt
?
x1
,
})
Implementation
KeyPair({required this.privateKey, required this.publicKey, this.k, this.x1});
gm_crypto package
documentation
sm/sm2
KeyPair
KeyPair.new constructor
KeyPair class