inmcm / Simon_Speck_Ciphers

Implementations of the Simon and Speck Block Ciphers
MIT License
97 stars 44 forks source link

Spelling of Horst Feistel's surname ;-) #1

Closed mjuenema closed 7 years ago

mjuenema commented 7 years ago

Sorry for being pedantic but it's Feistel and not Fiestal.

Aside from that thanks heaps for creating a Python implementation of the Speck Cipher. I am currently playing with Sigfox transmissions and given the small size of the data payload of at most 12 bytes (i.e. 96 bits) Speck/Simon are the only ciphers that are feasible to use. In fact, I mainly raised this issue to say thank you 👍

Markus

inmcm commented 7 years ago

You're very welcome. Always nice to see code get discovered and used.