crocs-muni / CryptoStreams

Tool for generation of data from cryptoprimitives (block and stream ciphers, hash functions). Cryptoprimitives are round-reduced and the data can be configured for multiple testing scenarios.
MIT License
13 stars 9 forks source link

Implement other hash functions and ciphers #29

Closed Bender250 closed 6 years ago

Bender250 commented 6 years ago

Migrated from https://github.com/crocs-muni/eacirc/issues/49

Implement those functions:

After implementing them, document them in the wiki.

@rozsa117

ph4r05 commented 6 years ago

I've already implemented IDEA (its in the block part).

Bender250 commented 6 years ago

Same for MARS, RC6, Serpent and Twofish.

Also all the implemented functions are already in wiki.

Bender250 commented 6 years ago

A5/1, A5/2, Streebog moved to https://github.com/crocs-muni/CryptoStreams/issues/51.

Others are done.