Searched refs:SHA3_ROTL64 (Results 1 – 1 of 1) sorted by relevance
108 #ifndef SHA3_ROTL64109 #define SHA3_ROTL64(x, y) \ macro237 t = bc[(i + 4) % 5] ^ SHA3_ROTL64(bc[(i + 1) % 5], 1); in keccakf()247 s[j] = SHA3_ROTL64(t, keccakf_rotc[i]); in keccakf()