[][src]Function argon2::d_ctx

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

Argon2d: Version of Argon2 that picks memory blocks depending on the password and salt. Only for side-channel-free environment!!