node-multi-hashing/x13.h

6 lines
97 B
C
Raw Permalink Normal View History

2014-05-29 03:22:57 +02:00
#pragma once
#include <stdint.h>
void x13_hash(const char* input, char* output, uint32_t len);