Skip to content

Commit

Permalink
Update slow-hash.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroCrusher authored Jan 10, 2019
1 parent 5cd4845 commit 8fd361f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crypto/slow-hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ extern void aesb_pseudo_round(const uint8_t *in, uint8_t *out, const uint8_t *ex

#define VARIANT2_2_PORTABLE() \
if (variant >= 2) { \
xor_blocks(long_state + (j ^ 0x10), d); \
xor_blocks(d, long_state + (j ^ 0x20)); \
xor_blocks(long_state + (j ^ 0x30), d); \
xor_blocks(d, long_state + (j ^ 0x10)); \
}

#define VARIANT2_2() \
Expand Down

0 comments on commit 8fd361f

Please sign in to comment.