Go to file
TanXin96 0f16e6b165 Update README.md 2017-07-12 19:16:54 +08:00
README.md Update README.md 2017-07-12 19:16:54 +08:00
Rabbit_Cipher.py Add Rabbit_Cipher.py 2017-07-12 19:15:32 +08:00
Rabbit_Util.py Add files via upload 2017-07-12 19:14:39 +08:00

README.md

Rabbit-Cipher

Rabbit stream cipher implementation in Python

Rabbit cipher introduction

useful links: http://cr.yp.to/streamciphers/rabbit/desc.pdf https://tools.ietf.org/html/rfc4503

Test cases from https://github.com/k3xr/rabbit/blob/master/rabbit_test.c