1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-08-31 23:48:13 +02:00

Adding vendor/secp256k1-0.3.0

This commit is contained in:
Henrik Hautakoski 2023-03-11 13:27:54 +01:00
parent 8a55500854
commit e8ee3fc0de
132 changed files with 59850 additions and 0 deletions

View file

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libsecp256k1
Description: Optimized C library for EC operations on curve secp256k1
URL: https://github.com/bitcoin-core/secp256k1
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lsecp256k1