menu
lunaris_engine package
documentation
Cryptographic/eddsa.dart
EdDSAKeyPair
EdDSAKeyPair.new const constructor
EdDSAKeyPair.new const constructor
dark_mode
light_mode
EdDSAKeyPair
constructor
const
EdDSAKeyPair
(
Uint8List
privateKey
,
Uint8List
publicKey
)
Implementation
const EdDSAKeyPair(this.privateKey, this.publicKey);
lunaris_engine package
documentation
Cryptographic/eddsa
EdDSAKeyPair
EdDSAKeyPair.new const constructor
EdDSAKeyPair class