#include "blake2.h"
#include "blake2-impl.h"
Go to the source code of this file.
|
| #define | G(a, b, c, d) |
| #define | BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15) |
◆ BLAKE2_ROUND_NOMSG
| #define BLAKE2_ROUND_NOMSG |
( |
| v0, |
|
|
| v1, |
|
|
| v2, |
|
|
| v3, |
|
|
| v4, |
|
|
| v5, |
|
|
| v6, |
|
|
| v7, |
|
|
| v8, |
|
|
| v9, |
|
|
| v10, |
|
|
| v11, |
|
|
| v12, |
|
|
| v13, |
|
|
| v14, |
|
|
| v15 ) |
Value:do { \
} while ((void)0, 0)
#define v0(p)
Definition aesb.c:116
#define v3(p)
Definition aesb.c:119
#define v1(p)
Definition aesb.c:117
#define v2(p)
Definition aesb.c:118
Value:do { \
} while ((void)0, 0)
static FORCE_INLINE uint64_t rotr64(const uint64_t w, const unsigned c)
Definition blake2-impl.h:72
static FORCE_INLINE uint64_t fBlaMka(uint64_t x, uint64_t y)
Definition blamka-round-ref.h:42
cryptonote::block b
Definition block.cpp:40
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1124
◆ fBlaMka()