diff options
Diffstat (limited to 'libkeccak_spec_rawshake.c')
-rw-r--r-- | libkeccak_spec_rawshake.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libkeccak_spec_rawshake.c b/libkeccak_spec_rawshake.c new file mode 100644 index 0000000..58347ae --- /dev/null +++ b/libkeccak_spec_rawshake.c @@ -0,0 +1,6 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +extern inline void libkeccak_spec_rawshake(struct libkeccak_spec *restrict, long int, long int); + |