]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - serpent.h
removed some unnecessary comments
[avr-crypto-lib.git] / serpent.h
index e72178d6956b8e4bcfda804aa022af7f17a662bc..ab95f7eadad10a3bdf99e707160aac50f399fa24 100644 (file)
--- a/serpent.h
+++ b/serpent.h
@@ -9,7 +9,7 @@
 
 #include <stdint.h>
 
-typedef uint8_t serpent_subkey_t[16];
+typedef uint32_t serpent_subkey_t[4];
 
 typedef struct serpent_ctx_st {
        serpent_subkey_t k[33];