Esempio n. 1
0
 Password(const PasswordConfig& c)
 : hasher(c.hash, c.password)
 {
     hash_len = hasher.hash_len();
 }