#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <sys/time.h>
#include <pthread.h>
#include "compare.h"
#include "cryptoFunctions.h"
#include <unistd.h>
Include dependency graph for compare.cpp:

Go to the source code of this file.
Functions | |
| bool | isEqual (const char *first, const char *second, int length) |
| int | detectBytes (const char *cryptoMethod, const char *referenceInputBytes, int inputLength, const char *presetIterationBytes, const char *referenceOutputBytes, char *detectedIterationBytes) |
1.5.1