RustCrypto / password-hashes

Password hashing functions / KDFs
677 stars 84 forks source link

argon2: make it works well with `thiserror`. #446

Closed Hapenia-Lans closed 1 year ago

Hapenia-Lans commented 1 year ago
image image

it should be a simple fix.

newpavlov commented 1 year ago

You need to enable the std feature. In v0.6 it may be worth to make it enabled by default.

Hapenia-Lans commented 1 year ago

Thanks! It works, I will close this.