Type Alias SchnorrPrivKey

Source
pub type SchnorrPrivKey = SignKey<Fp<MontBackend<FrConfig, 4>, 4>>;

Aliased Typeยง

struct SchnorrPrivKey(/* private fields */);