chiark / gitweb /
symm/rijndael-mktab.c: Produce more round constants.
[catacomb] / symm / rijndael-mktab.c
index 182ae327d220a62bab63cc8b79ea63531c5c2a01..3435068976bc52d2de9c5d3f33e9df8a54dbff36 100644 (file)
@@ -38,7 +38,7 @@
 static octet s[256], si[256];
 static uint32 t[4][256], ti[4][256];
 static uint32 u[4][256];
-static octet rc[32];
+static octet rc[120];
 
 /*----- Main code ---------------------------------------------------------*/