pub fn init<R: RngCore + CryptoRng>(
password: &str,
context: Context<'_>,
rng: R,
) -> Result<(InitMessage, AwaitingResponse), Error>Expand description
Initiate a PAKE.
pub fn init<R: RngCore + CryptoRng>(
password: &str,
context: Context<'_>,
rng: R,
) -> Result<(InitMessage, AwaitingResponse), Error>Initiate a PAKE.