OpenSSHEd25519PrivateKey constructor

OpenSSHEd25519PrivateKey([
  1. Uint8List pubkey,
  2. Uint8List privkey,
  3. String comment
])

Implementation

OpenSSHEd25519PrivateKey([this.pubkey, this.privkey, this.comment]);