pub struct PublicKey(_);
An Ed25519 public key.
Verify the Ed25519 signature on a message using the public key.
Encode the public key into a byte array in compressed form, i.e. where one coordinate is represented by a single bit.
Decode a public key from a byte array as produced by encode.
encode
source
self
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
Self