scrypt/sse - Note that B's layout is permuted compared to nosse
This commit is contained in:
parent
2de4b3f514
commit
801fbde757
@ -210,6 +210,7 @@ blockmix_salsa8_xor(const __m128i * Bin1, const __m128i * Bin2, __m128i * Bout,
|
||||
/**
|
||||
* integerify(B, r):
|
||||
* Return the result of parsing B_{2r-1} as a little-endian integer.
|
||||
* Note that B's layout is permuted compared to the generic implementation.
|
||||
*/
|
||||
static inline uint32_t
|
||||
integerify(const void * B, size_t r)
|
||||
|
Loading…
Reference in New Issue
Block a user