bryant / argon2rs

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

Implement std::error::Error for error types #9

Closed jimmycuadra closed 8 years ago

jimmycuadra commented 8 years ago

This would make it to work with errors in downstream libraries.

bryant commented 8 years ago

Feel free to submit a pull request for this.