StaticfromCreate an Ed25519PublicKey from raw bytes (32 bytes).
StaticfromGet hex string representation
Get base64 representation
Verify a signature (verify_strict). A key that does not decode is an
InvalidData failure (the reference unwraps the decode); a wrong-size
signature is InvalidSize.
The reference: the digest of the raw key bytes, as the reference computes it.
The first four bytes of reference() in hex, the reference's ref_hex_short.
The reference's Display: the type name over the short reference.
Ed25519 public key for EdDSA signature verification (32 bytes)