argon2_py icon indicating copy to clipboard operation
argon2_py copied to clipboard

Consider using cffi?

Open alex opened this issue 10 years ago • 1 comments

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/

alex avatar Dec 06 '15 15:12 alex

Hey Alex, thanks, will take a look. Any contribution from your side is welcome.

flamewow avatar Dec 06 '15 17:12 flamewow