Skip to content

Releases: cher-nov/cryptg

Remove support for Python 3.6

27 Oct 13:52
Compare
Choose a tag to compare

See #24.

This also enables support for Python 3.11.

Rust rewrite

30 Apr 09:12
a58ad72
Compare
Choose a tag to compare

Moved away from cffi to use grammers-crypto as the backing implementation and pyo3 in order to provide Python bindings.

cffi rewrite

23 Jun 08:54
Compare
Choose a tag to compare

Stopped using C / C++ Python Extensions for CPython in favour of cffi, which is the correct way of building portable C extensions for different interpreters.

Now requires libffi-dev for building. For CPython, python3-dev is also necessary.