Scheme

Type Alias Scheme 

Source
pub type Scheme = Scheme;
Expand description

The signing scheme used for consensus.

We use ed25519 for simplicity and HSM compatibility. For production with threshold signatures, consider bls12381_threshold.

Aliased Typeยง

pub struct Scheme { /* private fields */ }