mad-day / sponge-crypto

Yet another Sponge-Construction based algorithm.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Any papers connected to this? #1

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

Would like to see some diagrams about this

maxymania commented 5 years ago

No, sorry. This is implementation only. I'm not good at writing papers. And I'm even worse in reading and understanding those.

DonaldTsang commented 5 years ago

@maxymania so where did you acquire this algorithm?

maxymania commented 5 years ago

At the time I was reading about the sponge construction and I just wanted to implement it somehow. The only missing part was a Function, so i dropped in the Core208 function of the salsa20 cipher.

The "Pi"-variant has a function, that I read about here: (π-Cipher)[https://aezoo.compute.dtu.dk/doku.php?id=%CF%80-cipher].

maxymania commented 5 years ago

The diagram. Sponge

DonaldTsang commented 5 years ago

@maxymania so you are only using the salsa20 permutation function? Also could that be replaced by Rabbit's or Sosemanuk's permutation?

maxymania commented 5 years ago

Sure.