fromRaw static method

Ed25519PublicKey fromRaw(
  1. BinaryBlob rawKey
)

Implementation

static Ed25519PublicKey fromRaw(BinaryBlob rawKey) {
  return Ed25519PublicKey(rawKey);
}