Fixed compilation error
This commit is contained in:
parent
b3e2face1e
commit
626f257928
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,6 @@
|
|||
#define U64(x) ((uint64_t *) (x))
|
||||
#define R128(x) ((__m128i *) (x))
|
||||
|
||||
extern int aesb_single_round(const uint8_t *in, uint8_t*out, const uint8_t *expandedKey);
|
||||
extern int aesb_pseudo_round(const uint8_t *in, uint8_t *out, const uint8_t *expandedKey);
|
||||
|
||||
#pragma pack(push, 1)
|
||||
union cn_slow_hash_state
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue