/Haraka-wrapper-Python

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

Primary LanguageC

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.