[][src]Function argon2::id_ctx

pub fn id_ctx<C: TryInto<Argon2_Context, Error = Error>>(
    context: C
) -> Result<(), Error>

Argon2id: Version of Argon2 where the first half-pass over memory is password-independent, the rest are password-dependent (on the password and salt). OK against side channels (they reduce to 1/2-pass Argon2i), and better with respect to tradeoff attacks (similar to Argon2d).