Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
cpp-ethereum
utils
libscrypt
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
a
#define a(i)
slow_equals
int slow_equals(const char *a, const char *b)
Definition:
slowequals.c:5
b
#define b(i, j)
Generated on Mon Oct 22 2018 15:15:30 for Fabcoin Core by
1.8.11