node-multi-hashing/x13.h

6 lines
97 B
C

#pragma once
#include <stdint.h>
void x13_hash(const char* input, char* output, uint32_t len);