#include "ORExpand.hpp" #ifdef TEST_OREXPAND void test_ORExpand() { size_t block_size = 48; uint32_t N = 16; uint32_t dest_specified[] = {0, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14}; size_t dest_specified_len = sizeof(dest_specified)/sizeof(uint32_t); unsigned char *buf = new unsigned char[N*block_size]; uint32_t *dest = new uint32_t[N]; for (size_t i=0;i(buf, dest, block_size, N); for(size_t i=0;i(buf, dest, block_size, N, nthreads); for(uint32_t i=0;i