RustCrypto / stream-ciphers

Collection of stream cipher algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing algorithms

tarcieri opened this issue · comments

I am working on implementing HC-128, I almost have it finished, but the test vectors are going to take a while to import since the test vectors provided is a long list. Would you want me to submit my implementation before the test vectors are implemented?
verified.test-vectors.txt

Sure, you can open a draft PR

Hi, I am looking for the RC4 Implementation.
I found it in the old repository.
Do you mind if I create a pull request to migrate it in ?

Sure, sounds good. Will probably need quite a bit of updating.