pub struct Ed25519PublicKey(VerifyingKey);
Tuple Fields§
§0: VerifyingKey
Implementations§
Source§impl Ed25519PublicKey
impl Ed25519PublicKey
pub fn from_bytes(pk: &[u8]) -> Result<Self>
Trait Implementations§
Source§impl Debug for Ed25519PublicKey
impl Debug for Ed25519PublicKey
Auto Trait Implementations§
impl Freeze for Ed25519PublicKey
impl RefUnwindSafe for Ed25519PublicKey
impl Send for Ed25519PublicKey
impl Sync for Ed25519PublicKey
impl Unpin for Ed25519PublicKey
impl UnwindSafe for Ed25519PublicKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more