scrypt/sse - Note that B's layout is permuted compared to nosse

This commit is contained in:
Frank Denis 2016-04-21 20:37:11 +02:00
parent 2de4b3f514
commit 801fbde757

View File

@ -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)