speck (cipher) implementation with test vectors
Find a file
Moritz Bitsch d691bd6e86 Add combined functions
The _combined functions do not need a precalculated key schedule,
the round key is generated on-the-fly.

This is useful for memory constrained systems.
2016-01-28 01:08:15 +01:00
.gitignore Initial commit 2016-01-27 23:24:08 +01:00
LICENSE Initial commit 2016-01-27 23:24:08 +01:00
Makefile added speck code 2016-01-27 23:26:26 +01:00
speck.c Add combined functions 2016-01-28 01:08:15 +01:00
speck.h Add combined functions 2016-01-28 01:08:15 +01:00