RC4 encryption for python in C https://git.ari.lt/ari/crc4
Find a file
Ari Archer 8735b5f9c5
1.0.0: Stable release
Signed-off-by: Ari Archer <ari@ari.lt>
2024-04-03 08:19:20 +03:00
scripts init 2024-04-01 22:02:59 +03:00
tests init 2024-04-01 22:02:59 +03:00
.clang-format init 2024-04-01 22:02:59 +03:00
.editorconfig init 2024-04-01 22:02:59 +03:00
.gitignore init 2024-04-01 22:02:59 +03:00
crc4.c 1.0.0: Stable release 2024-04-03 08:19:20 +03:00
crc4.pyi init 2024-04-01 22:02:59 +03:00
LICENSE init 2024-04-01 22:02:59 +03:00
MANIFEST.in init 2024-04-01 22:02:59 +03:00
py.typed init 2024-04-01 22:02:59 +03:00
README.md 1.0.0: Stable release 2024-04-03 08:19:20 +03:00
setup.py 1.0.0: Stable release 2024-04-03 08:19:20 +03:00
tox.ini unsigned => size_t 2024-04-03 05:13:11 +03:00

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.