crc4/README.md
Ari Archer 8735b5f9c5
1.0.0: Stable release
Signed-off-by: Ari Archer <ari@ari.lt>
2024-04-03 08:19:20 +03:00

19 lines
202 B
Markdown

# CRC4
> RC4 encryption for python in C
# Installation
```sh
pip install crc4
```
# Timing
```
Timing tests...
Python... 1.4859342069994455
C... 0.08101043699934962
```
C is over 18 times faster.