ekzyis / CrypTool-2

Official CrypTool 2 git repository
Apache License 2.0
0 stars 0 forks source link

Create Salsa20 Visualization #1

Open ekzyis opened 4 years ago

ekzyis commented 4 years ago

In CrypTool 2, there is already a Salsa20 Component. I should implement a visualization for it.

I have to check if I first have to create an own implementation of the cipher or if I can reuse the existing component.

The visualization should furthermore be "reusable" to work with the ChaCha component (see ekzyis/ChaCha-CT2#2 and ekzyis/ChaCha-CT2#3) to prevent a lot of unnecessary duplicate work.

ekzyis commented 4 years ago

The review of the state matrix in this paper could help:

https://cr.yp.to/chacha/chacha-20080120.pdf