Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/
H A Dsha3.h15 #define ROTL64(x, y) (((x) << (y)) | ((x) >> (64 - (y)))) macro

Completed in 2 milliseconds