Electroneum
Loading...
Searching...
No Matches
verify32 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 = 10000000

Detailed Description

Definition at line 42 of file equality.h.

Member Function Documentation

◆ call()

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

Definition at line 45 of file equality.h.

45{ return crypto_verify_32(k0, k1); }
int crypto_verify_32(const unsigned char *, const unsigned char *)
Here is the call graph for this function:

Member Data Documentation

◆ loop_count

const size_t verify32::loop_count = 10000000
static

Definition at line 44 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