[][src]Function argon2::i_ctx

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

Argon2i: Version of Argon2 that picks memory blocks independent on the password and salt. Good for side-channels, but worse with respect to tradeoff attacks if only one pass is used.