bryant / argon2rs

The pure-Rust password hashing library running on Argon2.
MIT License
174 stars 19 forks source link

Display hash value in standard PHC String Format #38

Open MarkJr94 opened 6 years ago

MarkJr94 commented 6 years ago

Why was Issue #30 closed? I don't see any such functionality in the verifier module. The Encoded struct doesn't implement fmt::Display, and it's unclear how the raw bytes are encoded, trying UTF-8 gives me an error.