Update secp256k1-zkp (#3856)

* Added mac m1 binaries

* Added windows binaries

* Added linux binaries

* Updated secp256k1-zkp subdirectory

* Linux ARM binaries

* OSX 64 binaries

Co-authored-by: rorp <rorp@users.noreply.github.com>
This commit is contained in:
Nadav Kohen 2021-12-03 10:49:07 -05:00 committed by GitHub
parent d393848cc2
commit 9c9a0a618f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 47 additions and 8 deletions

2
.gitignore vendored
View File

@ -36,8 +36,6 @@ tests
exhaustive_tests
gen_context
*.exe
*.so
*.a
!.gitignore
Makefile

@ -1 +1 @@
Subproject commit 6dd724b72bb2d47de514eb92e96c6ae6d26ae160
Subproject commit 9dd53912dcac3494b2d8e468f2ce46c8ea1aa162

View File

@ -1,5 +1,5 @@
# libsecp256k1.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-14
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

View File

@ -1,5 +1,5 @@
# libsecp256k1_jni.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-14
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

Binary file not shown.

View File

@ -0,0 +1,41 @@
# libsecp256k1.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-9
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libsecp256k1.so.0'
# Names of this library.
library_names='libsecp256k1.so.0.0.0 libsecp256k1.so.0 libsecp256k1.so'
# The name of the static archive.
old_library='libsecp256k1.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libsecp256k1.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -17,7 +17,7 @@ old_library='libsecp256k1.a'
inherited_linker_flags=' '
# Libraries that this one depends upon.
dependency_libs=''
dependency_libs=' -L/Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home/jre/lib'
# Names of additional weak libraries provided by this library
weak_library_names=''

View File

@ -17,7 +17,7 @@ old_library='libsecp256k1.a'
inherited_linker_flags=' '
# Libraries that this one depends upon.
dependency_libs=''
dependency_libs=' -L/Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home/jre/lib'
# Names of additional weak libraries provided by this library
weak_library_names=''

View File

@ -17,7 +17,7 @@ old_library='libsecp256k1.a'
inherited_linker_flags=' '
# Libraries that this one depends upon.
dependency_libs=' -L/opt/homebrew/opt/gmp/lib -lgmp'
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''

BIN
secp256k1jni/natives/windows_64/libsecp256k1-0.dll Executable file → Normal file

Binary file not shown.