node-multi-hashing/boolberry.h

7 lines
190 B
C
Raw Normal View History

2014-06-03 22:18:55 +02:00
#pragma once
#include <stdint.h>
#include <string>
void boolberry_hash(const char* input, uint32_t input_len, const char* scratchpad, uint64_t spad_length, char* output, uint64_t height);