Naruto / simon-speck-c

example C language implementation of SIMON and SPECK lightweight block ciphers.
MIT License
23 stars 3 forks source link

change counter range of ctr mode iv from 128 to 32. #59

Open Naruto opened 6 years ago

Naruto commented 6 years ago

problem

Currently in simon-speck-c version, counter range of ctr mode is 128.

modify

influence

break compatibility of speck ctr API.