use sodiumoxide::crypto::pwhash::argon2id13; use std::time::Instant; pub fn hash(passwd: &str) -> (String, argon2id13::HashedPassword) ...
確定! 回上一頁