Ed25519PublicKey constructor

Ed25519PublicKey(
  1. BinaryBlob rawKey
)

Ed25519PublicKey.fromRaw and Ed25519PublicKey.fromDer should not be used for instantiation in this constructor.

Implementation

Ed25519PublicKey(this.rawKey);