Skip to main content

RingEd25519KeyPairExt

Trait RingEd25519KeyPairExt 

Source
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§

Source

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.

Implementors§