@@ -15,6 +15,10 @@
#define ROTL64(x, y) (((x) << (y)) | ((x) >> (64 - (y))))
#endif
#ifndef ROTL32
#define ROTL32(x, y) (((x) << (y)) | ((x) >> (32 - (y))))
// state context
typedef struct {
union { // state:
The note is not visible to the blocked user.