ecdsa_adaptor: add missing include

This commit is contained in:
Jonas Nick 2023-07-27 08:14:04 +00:00
parent 74d9073414
commit b160486766
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -5,6 +5,8 @@
extern "C" {
#endif
#include "secp256k1.h"
/** This module implements single signer ECDSA adaptor signatures following
* "One-Time Verifiably Encrypted Signatures A.K.A. Adaptor Signatures" by
* Lloyd Fournier