Electroneum
Loading...
Searching...
No Matches
memcmp32 Struct Reference

#include <equality.h>

Static Public Member Functions

static int call (const unsigned char *k0, const unsigned char *k1)

Static Public Attributes

static const size_t loop_count = 1000000000

Detailed Description

Definition at line 36 of file equality.h.

Member Function Documentation

◆ call()

int memcmp32::call ( const unsigned char * k0,
const unsigned char * k1 )
inlinestatic

Definition at line 39 of file equality.h.

39{ return memcmp(k0, k1, 32); }

Member Data Documentation

◆ loop_count

const size_t memcmp32::loop_count = 1000000000
static

Definition at line 38 of file equality.h.


The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/performance_tests/equality.h