Home
last modified time | relevance | path

Searched refs:iota_r_packed (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dsha3.c76 static const uint8_t iota_r_packed[24] = { variable
240 s[0] ^= ((iota_r_packed[round] & 0x40ull) << 57 | in keccak_f1600()
241 (iota_r_packed[round] & 0x20ull) << 26 | in keccak_f1600()
242 (iota_r_packed[round] & 0x10ull) << 11 | in keccak_f1600()
243 (iota_r_packed[round] & 0x8f)); in keccak_f1600()

Completed in 2 milliseconds