Fabcoin Core  0.16.2
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
slowequals.h
Go to the documentation of this file.
1 
2 /* Implements a constant time version of strcmp()
3  * Will return 1 if a and b are equal, 0 if they are not */
4 int slow_equals(const char* a, const char* b);
5 
#define a(i)
int slow_equals(const char *a, const char *b)
Definition: slowequals.c:5
#define b(i, j)