Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/
H A Dsha3.h14 #ifndef ROTL64
15 #define ROTL64(x, y) (((x) << (y)) | ((x) >> (64 - (y)))) macro
H A Dsha3.c58 t = bc[(i + 4) % 5] ^ ROTL64(bc[(i + 1) % 5], 1); in sha3_keccakf()
68 st[j] = ROTL64(t, keccakf_rotc[i]); in sha3_keccakf()

Completed in 2 milliseconds