Skip to content
Victor Wagner edited this page Jun 30, 2015 · 6 revisions

Ctypescrypto Wiki

Python Package Index page

Supported platforms:

  • Linux - tested on i386, amd64 and armhf
  • Windows - tested with 32-bit Python and 32-bit OpenSSL running on 64-bit system
  • MacOS X - tested on 10.10

Supported Python implementations

  • CPython 2.7.x - works
  • PyPy - works (Tested with PyPy 2.4.0 compatible with PYthon 2.7.8)
  • CPython 3.x - needs some porting effort, because there are lot of things which should be bytes, not strings and lot of things which are unicode.

Hacking