Added C++ compatible header, for fun
This commit is contained in:
parent
eaa91a0a1f
commit
0f8614421e
10
include/ecrecover.hpp
Normal file
10
include/ecrecover.hpp
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user