57, 75, 221, 124, 132, 151, 162, 253, 28, 36, 108, 180, 199, 82, 246, 1,
};
+static uint8_t
+xtime(uint8_t a)
+{
+ uint8_t b;
+
+ b = (a & 0x80) ? 0x1b : 0;
+ a<<=1;
+ a^=b;
+ return(a);
+}
+
static uint8_t
mul(uint8_t a, uint8_t b)
{
}
}
-static uint8_t
-xtime(uint8_t a)
-{
- uint8_t b;
-
- b = (a & 0x80) ? 0x1b : 0;
- a<<=1;
- a^=b;
- return(a);
-}
-
/* FIXME: Perhaps we should have separate fucntion for encryption and
* decryption keys? It seems unnecessary to compute the inverse
* subkeys if we're not going to use them. Can one define an