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.
This is "good first issue" - for new contributors preferably, as the implementation should be exemplary for CryptoStreams workflow.
Steps:
Find no licence/MIT/BSD licensed implementation, preferably reference version (this is more difficult here, as Skipjack was classified crypto). Do not use heavilly optimized implementations, it will be hard to use them correctly.
Implement it to CryptoStreams, in appropriate folder, with appropriate naming - inspire yourself by AES or others.
Implement Skipjack - old NSA block cipher.
This is "good first issue" - for new contributors preferably, as the implementation should be exemplary for CryptoStreams workflow.
Steps: