triceratops-project / triceratops

1 stars 0 forks source link

Argon2 hashes block execution thread #10

Open FelixKLG opened 7 months ago

FelixKLG commented 7 months ago

Move argon's hashing stuff which blocks the main thread into a Tokio spawn_blocking thread.

FelixKLG commented 5 months ago

The way I solved it is REALLY janky and the password hashing and validation should be passed down into another crate.