Electroneum
verify32 Struct Reference

#include <equality.h>

Collaboration diagram for verify32:

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()

static 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: