ecrecover/include/ecrecover.hpp
2019-08-01 16:25:16 +02:00

11 lines
171 B
C++

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