RC4 encryption for python in C
https://git.ari.lt/ari/crc4
|
||
---|---|---|
scripts | ||
tests | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
crc4.c | ||
crc4.pyi | ||
LICENSE | ||
MANIFEST.in | ||
py.typed | ||
README.md | ||
setup.py | ||
tox.ini |
CRC4
RC4 encryption for python in C
Installation
pip install crc4
Timing
Timing tests...
Python... 1.4859342069994455
C... 0.08101043699934962
C is over 18 times faster.