diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-15 13:21:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-15 13:21:09 +0200 |
commit | 1f9e94880486a44ed95f8d84a6dc02aa9351bd51 (patch) | |
tree | 5e8c4bb300cfea9f213760974b219ccff17a439c /common.h | |
parent | Optimisation for w=8,16,32 (diff) | |
download | libkeccak-1f9e94880486a44ed95f8d84a6dc02aa9351bd51.tar.gz libkeccak-1f9e94880486a44ed95f8d84a6dc02aa9351bd51.tar.bz2 libkeccak-1f9e94880486a44ed95f8d84a6dc02aa9351bd51.tar.xz |
m + split out implemenation for w=8,16,32,64
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -38,15 +38,6 @@ #define COMMA , /** - * X-macro-enabled listing of all intergers in [0, 0] - * - * @param X(int) The macro to expand 4 times - * @param D Code to insert between each expansion of `X` - */ -#define LIST_1(X, D)\ - X(0) - -/** * X-macro-enabled listing of all intergers in [0, 1] * * @param X(int) The macro to expand 2 times |