pub fn create_key_proofs(
challenge: &KeyChallenge,
keypairs: &[&KeyPair],
) -> Result<KeyResponse>Expand description
Create key proofs for a challenge response (used in tests)
This function creates key proofs for the given keypairs in response to a challenge. It’s primarily used in integration tests.