mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
13 lines
238 B
C
13 lines
238 B
C
#ifndef _SECP256K1_NODE_SIGNATURE_
|
|
# define _SECP256K1_NODE_SIGNATURE_
|
|
|
|
#include <node.h>
|
|
#include <nan.h>
|
|
|
|
NAN_METHOD(signatureNormalize);
|
|
NAN_METHOD(signatureExport);
|
|
NAN_METHOD(signatureImport);
|
|
NAN_METHOD(signatureImportLax);
|
|
|
|
#endif
|