pub struct Ed25519;Expand description
Ed25519 Digital Signature Algorithm
Trait Implementations§
Source§impl Signer<Ed25519> for SigningKey
impl Signer<Ed25519> for SigningKey
Source§impl TypedCurve for Ed25519
impl TypedCurve for Ed25519
Source§const CURVE_TYPE: &str = "ed25519"
const CURVE_TYPE: &str = "ed25519"
Used as prefix:
<CURVE>:...Source§fn parse_base58<const N: usize>(
s: impl AsRef<str>,
) -> Result<[u8; N], ParseCurveError>
fn parse_base58<const N: usize>( s: impl AsRef<str>, ) -> Result<[u8; N], ParseCurveError>
Decodes bytes from string as
<CURVE>:<base58>Auto Trait Implementations§
impl Freeze for Ed25519
impl RefUnwindSafe for Ed25519
impl Send for Ed25519
impl Sync for Ed25519
impl Unpin for Ed25519
impl UnsafeUnpin for Ed25519
impl UnwindSafe for Ed25519
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