diff options
Diffstat (limited to 'tests/crypto/hash.c')
-rw-r--r-- | tests/crypto/hash.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/crypto/hash.c b/tests/crypto/hash.c new file mode 100644 index 000000000..6981f2be9 --- /dev/null +++ b/tests/crypto/hash.c @@ -0,0 +1,6 @@ +// Copyright (c) 2012-2013 The Cryptonote developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include "crypto/hash.c" +#include "crypto/keccak.c" |