Struct scram_tmp::server::PasswordInfo[][src]

pub struct PasswordInfo { /* fields omitted */ }

Contains information about stored passwords. In particular, it stores the password that has been salted and hashed, the salt that was used, and the number of iterations of the hashing algorithm

Methods

impl PasswordInfo
[src]

Create a new PasswordInfo from the given information. The password is assumed to have already been hashed using the given salt and iterations.

Auto Trait Implementations