KeyPair constructor

KeyPair({
  1. required Uint8List secretKey,
  2. required Uint8List publicKey,
})

Implementation

KeyPair({required this.secretKey, required this.publicKey});