slow-hash: fix uint64 type typo

release-v0.4.0.1
moneromooo-monero 6 years ago
parent c102c49da5
commit 04a0cc89cf
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -727,7 +727,7 @@ void slow_hash_free_state(void)
#define U64(x) ((uint64_t *) (x))
STATIC INLINE void xor64(uint64 *a, const uint64 b)
STATIC INLINE void xor64(uint64_t *a, const uint64_t b)
{
*a ^= b;
}

Loading…
Cancel
Save