in src/aes.c [522:529]
static void increment(char *f) { for (int i=0; i<16; i++) { f[i]++; if (f[i]!=0) break; } }