This commit is contained in:
Jay D Dee
2017-03-31 11:59:04 -04:00
parent 2dcc4821b6
commit 9afa0d9820
63 changed files with 297 additions and 176 deletions

View File

@@ -661,7 +661,7 @@ sph_tiger_init(void *cc)
#define BLEN 64U
#define PW01 1
#define PLW1 1
#include "algo/sha3/md_helper.c"
#include "algo/sha/md_helper.c"
/* see sph_tiger.h */
void
@@ -684,7 +684,7 @@ sph_tiger_comp(const sph_u64 msg[8], sph_u64 val[3])
#define HASH tiger2
#undef PW01
#define CLOSE_ONLY 1
#include "algo/sha3/md_helper.c"
#include "algo/sha/md_helper.c"
/* see sph_tiger.h */
void

View File

@@ -45,7 +45,7 @@
#define SPH_TIGER_H__
#include <stddef.h>
#include "algo/sha3/sph_types.h"
#include "algo/sha/sph_types.h"
#if SPH_64