diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:01:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:01:14 +0200 |
commit | 3e1864aa14a33a3c917537a241f6a032cfcacf78 (patch) | |
tree | 25297b1363fa88c9f45b5102afa5e95d08e986c1 /libkeccak.h | |
parent | Change style and license (diff) | |
download | libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.gz libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.bz2 libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.xz |
General improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libkeccak.h')
-rw-r--r-- | libkeccak.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libkeccak.h b/libkeccak.h new file mode 100644 index 0000000..7c71801 --- /dev/null +++ b/libkeccak.h @@ -0,0 +1,13 @@ +/* See LICENSE file for copyright and license details. */ +#ifndef LIBKECCAK_H +#define LIBKECCAK_H 1 + +#include "libkeccak/spec.h" +#include "libkeccak/generalised-spec.h" +#include "libkeccak/state.h" +#include "libkeccak/digest.h" +#include "libkeccak/hex.h" +#include "libkeccak/files.h" +#include "libkeccak/mac/hmac.h" + +#endif |