Monero
Loading...
Searching...
No Matches
blake2-impl.h File Reference
#include <stdint.h>
#include "endian.h"
Include dependency graph for blake2-impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static FORCE_INLINE uint64_t load48 (const void *src)
static FORCE_INLINE void store48 (void *dst, uint64_t w)
static FORCE_INLINE uint32_t rotr32 (const uint32_t w, const unsigned c)
static FORCE_INLINE uint64_t rotr64 (const uint64_t w, const unsigned c)

Function Documentation

◆ load48()

FORCE_INLINE uint64_t load48 ( const void * src)
static

◆ rotr32()

FORCE_INLINE uint32_t rotr32 ( const uint32_t w,
const unsigned c )
static

◆ rotr64()

FORCE_INLINE uint64_t rotr64 ( const uint64_t w,
const unsigned c )
static

◆ store48()

FORCE_INLINE void store48 ( void * dst,
uint64_t w )
static