Function respond

Source
pub fn respond<R: RngCore + CryptoRng>(
    init_msg: InitMessage,
    password: &str,
    context: Context<'_>,
    rng: R,
) -> Result<(Key, ResponseMessage), Error>
Expand description

Respond to a PAKE InitMessage.