Added C++ compatible header, for fun

This commit is contained in:
John Newby 2019-08-01 16:25:16 +02:00
parent eaa91a0a1f
commit 0f8614421e

10
include/ecrecover.hpp Normal file
View File

@ -0,0 +1,10 @@
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
extern "C" {
void ecrecover(const unsigned char *input, unsigned char *output);
} // extern "C"