35#ifndef PORTABLE_BLAKE2_IMPL_H
36#define PORTABLE_BLAKE2_IMPL_H
69 return (w >> c) | (w << (32 - c));
73 return (w >> c) | (w << (64 - c));
static FORCE_INLINE uint64_t rotr64(const uint64_t w, const unsigned c)
Definition blake2-impl.h:72
static FORCE_INLINE void store48(void *dst, uint64_t w)
Definition blake2-impl.h:53
static FORCE_INLINE uint64_t load48(const void *src)
Definition blake2-impl.h:42
#define rotr32(x)
Definition blamka-round-avx2.h:46
#define FORCE_INLINE
Definition endian.h:10
unsigned int uint32_t
Definition stdint.h:126
unsigned char uint8_t
Definition stdint.h:124
unsigned __int64 uint64_t
Definition stdint.h:136