Use secp256k1 0.4.0 (#85)
This commit is contained in:
parent
ffcaaf1b64
commit
3706a546a2
@ -22,7 +22,7 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
group = "fr.acinq.secp256k1"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
@ -1,6 +1,9 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#define SECP256K1_STATIC // needed on windows when linking to a static version of secp256k1
|
||||
#endif
|
||||
#include "include/secp256k1.h"
|
||||
#include "include/secp256k1_ecdh.h"
|
||||
#include "include/secp256k1_recovery.h"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit acf5c55ae6a94e5ca847e07def40427547876101
|
||||
Subproject commit 199d27cea32203b224b208627533c2e813cd3b21
|
Loading…
x
Reference in New Issue
Block a user