Searched refs:Idx_slices (Results 1 – 1 of 1) sorted by relevance
67 #define Idx_slices(x, y) ((x) + (KECCAK_SLICES * (y))) macro68 #define Idx(A, x, y) ((A)[Idx_slices(x, y)])