TownHallHQ / TownHall

MIT License
25 stars 13 forks source link

Move into `argon2` away from `rust-argon2` #169

Open EstebanBorai opened 9 months ago

EstebanBorai commented 9 months ago

rust-argon2 got a new update which makes it very slow, impacting performance and UserEx.

Refer: https://github.com/sru-systems/rust-argon2/issues/52

EstebanBorai commented 9 months ago

We still have to work on moving to other algorithm but we now use v1 of rust-argon2 to improve load times.