crc4/crc4.pyi
Ari Archer 86343ea5af
init
Signed-off-by: Ari Archer <ari@ari.lt>
2024-04-01 22:02:59 +03:00

1 line
47 B
Python

def rc4(data: bytes, key: bytes) -> bytes: ...