Added C++ compatible header, for fun
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user