pub type SchnorrPrivKey = SignKey<Fp<MontBackend<FrConfig, 4>, 4>>;
pub struct SchnorrPrivKey(/* private fields */);