alan-mushi / Haraka-wrapper-Python

using Haraka C implementation within Python (ctypes wrapper nothing fancy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple wrapper using ctypes in Python for the Haraka compression function.

Testing is as simple as:

make
python3.5 ./test.py

Note: You need a processor with the appropriate SSE and AES instructions. For example my 2nd gen i3 can't run it but my 3rd gen i5 can.

About

using Haraka C implementation within Python (ctypes wrapper nothing fancy)


Languages

Language:C 78.1%Language:Python 15.8%Language:Makefile 6.1%