pub fn prove_key_possession(
signing_key: &SigningKey,
context: &[u8],
) -> Result<KeyPossessionProof, String>Expand description
Prove possession of the signing key behind signing_key, bound to
context. The signing key itself never leaves the prover.