Created at 2025-01-28 15:38:18 UTC
@ 2025-01-28 15:38:18 UTC
in rust, how can we use argon2 in a challenge response api to force a client to do an expensive computation? the server has a longer-lived server key at hand. we want the server to not have to persist any state for challenges. we must guard against replay attacks.