6 ms·
Is there a pure Python version of Argon2?
by jnoland 11y ago
Is there a pure Python version of Argon2?
- sbierwagen 11y agoI'm guessing it would be hard to eliminate timing side-channels in pure python, so no.
- bwesterb 11y agoI am writing one. You should use the C one, if you can. https://github.com/bwesterb/argon2pure https://github.com/bwesterb/argon2pure