ahknight / httpsig

HTTP Signature for Python
https://datatracker.ietf.org/doc/draft-cavage-http-signatures/
MIT License
36 stars 20 forks source link

Port httpsig to use pyca's Cryptography rather than PyCrypto #3

Closed hawkowl closed 9 years ago

hawkowl commented 9 years ago

This changes httpsig to use Cryptography (cryptography.io) instead of PyCrypto. It means it fully supports PyPy/PyPy3, as well as Python 3.4 officially.

hawkowl commented 9 years ago

Hmm. Since this might disrupt things, I'll release it as httpsig_cffi instead.