pub trait RingEd25519KeyPairExt {
// Required method
fn ed25519_key_pair_ring(&self) -> Ed25519KeyPair;
}Expand description
Extension trait to convert uselesskey Ed25519 fixtures into ring::signature::Ed25519KeyPair.
Required Methods§
Sourcefn ed25519_key_pair_ring(&self) -> Ed25519KeyPair
fn ed25519_key_pair_ring(&self) -> Ed25519KeyPair
Convert the Ed25519 private key to a ring::signature::Ed25519KeyPair.
Implementations on Foreign Types§
Source§impl RingEd25519KeyPairExt for Ed25519KeyPair
Available on crate feature ed25519 only.
impl RingEd25519KeyPairExt for Ed25519KeyPair
Available on crate feature
ed25519 only.