Type Alias Ed25519SecretShare

Source
pub type Ed25519SecretShare = SecretShare<Ed25519>;
Expand description

A secret share for Ed25519 cryptographic operations.

Aliased Type§

pub struct Ed25519SecretShare(pub(crate) String, pub(crate) PhantomData<Ed25519>);

Tuple Fields§

§0: String§1: PhantomData<Ed25519>