Hacker News new | ask | show | jobs
by jnoland 3814 days ago
Is there a pure Python version of Argon2?
2 comments

I am writing one. You should use the C one, if you can.

https://github.com/bwesterb/argon2pure

I'm guessing it would be hard to eliminate timing side-channels in pure python, so no.