#include "Distributor.h"#include "DistNearestNeighbour.h"#include "DistRedundantShare.h"#include "DistFastRedundantShare.h"#include "DistShare.h"#include <gcrypt.h>#include <limits>#include <xercesc/util/PlatformUtils.hpp>#include <xercesc/dom/DOM.hpp>#include <xercesc/framework/LocalFileFormatTarget.hpp>#include "SHA.h"#include "DistRoundRobin.h"#include "DistCRUSH.h"#include "DistRUSHp.h"#include <cstring>#include <errno.h>
Defines | |
| #define | SHA1CircularShift(bits, word) (((word) << (bits)) | ((word) >> (32-(bits)))) | 
Variables | |
| GCRY_THREAD_OPTION_PTHREAD_IMPL | |
| gcry_error_t | my_gcry_error = gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread) | 
| #define SHA1CircularShift | ( | bits, | |
| word | |||
| ) | (((word) << (bits)) | ((word) >> (32-(bits)))) | 
| gcry_error_t my_gcry_error = gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread) | 
 1.7.2