1 #if KeccakOpt == 64
2   #include "KeccakP-1600-SnP-opt64.h"
3 #elif KeccakOpt == 32
4   #include "KeccakP-1600-SnP-opt32.h"
5 #else
6   #error "No KeccakOpt"
7 #endif
8