Skip to content

Commit

Permalink
Add 3 way instriction for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-fi-hung committed Aug 13, 2024
1 parent 918519b commit 2cf429d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion algo/scrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,6 @@ static inline void scrypt_core_3way(uint32_t B[32 * 3], uint32_t *V, uint32_t N)
scrypt_shuffle(&B[16 + 64]);
}
#else

static inline void xor_salsa8(uint32_t B[16], const uint32_t Bx[16])
{
uint32_t x00,x01,x02,x03,x04,x05,x06,x07,x08,x09,x10,x11,x12,x13,x14,x15;
Expand Down

0 comments on commit 2cf429d

Please sign in to comment.