menu
lunaris_engine package
documentation
Cryptographic/ecdsa.dart
ECDSAKeyPair
ECDSAKeyPair.new const constructor
ECDSAKeyPair.new const constructor
dark_mode
light_mode
ECDSAKeyPair
constructor
const
ECDSAKeyPair
(
BigInt
privateKey
,
ECPoint
publicKey
)
Implementation
const ECDSAKeyPair(this.privateKey, this.publicKey);
lunaris_engine package
documentation
Cryptographic/ecdsa
ECDSAKeyPair
ECDSAKeyPair.new const constructor
ECDSAKeyPair class