pub struct Ed448VerifyingKey { /* private fields */ }Expand description
Ed448 verifying key.
Implementations§
Source§impl Ed448VerifyingKey
impl Ed448VerifyingKey
Sourcepub fn from_bytes(bytes: &[u8]) -> Result<Self, CryptoError>
pub fn from_bytes(bytes: &[u8]) -> Result<Self, CryptoError>
Construct from 57-byte compressed public key bytes.
Auto Trait Implementations§
impl Freeze for Ed448VerifyingKey
impl RefUnwindSafe for Ed448VerifyingKey
impl Send for Ed448VerifyingKey
impl Sync for Ed448VerifyingKey
impl Unpin for Ed448VerifyingKey
impl UnsafeUnpin for Ed448VerifyingKey
impl UnwindSafe for Ed448VerifyingKey
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