argon2_py
argon2_py copied to clipboard
Consider using cffi?
Hi! Right now it looks like this repo has a mix of C-extension and ctypes. Can I recommend using cffi for binding to C code, it is simple, safe, and works on pypy! https://cffi.readthedocs.org/en/latest/
Hey Alex, thanks, will take a look. Any contribution from your side is welcome.