mithril_common::crypto_helper::ed25519

Type Alias Ed25519SecretKey

Source
pub type Ed25519SecretKey = ProtocolKey<SigningKey>;
Expand description

Wrapper of Ed25519:SigningKey.

Aliased Typeยง

struct Ed25519SecretKey { /* private fields */ }