KeyPair constructor

KeyPair(
  1. Uint8List pk,
  2. Uint8List sk
)

Implementation

KeyPair(this.pk, this.sk);