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

@@ -263,7 +263,7 @@ sph_ripemd_init(void *cc)
#define RFUN ripemd_round
#define HASH ripemd
#define LE32 1
#include "algo/sha3/md_helper.c"
#include "algo/sha/md_helper.c"
#undef RFUN
#undef HASH
#undef LE32
@@ -517,7 +517,7 @@ sph_ripemd128_init(void *cc)
#define RFUN ripemd128_round
#define HASH ripemd128
#define LE32 1
#include "algo/sha3/md_helper.c"
#include "algo/sha/md_helper.c"
#undef RFUN
#undef HASH
#undef LE32
@@ -810,7 +810,7 @@ sph_ripemd160_init(void *cc)
#define RFUN ripemd160_round
#define HASH ripemd160
#define LE32 1
#include "algo/sha3/md_helper.c"
#include "algo/sha/md_helper.c"
#undef RFUN
#undef HASH
#undef LE32

View File

@@ -57,7 +57,7 @@
#define SPH_RIPEMD_H__
#include <stddef.h>
#include "algo/sha3/sph_types.h"
#include "algo/sha/sph_types.h"
/**
* Output size (in bits) for RIPEMD.