]> Git Repo - secp256k1.git/blob - libsecp256k1.pc.in
Merge #437: Unroll secp256k1_fe_(get|set)_b32 to make them much faster.
[secp256k1.git] / libsecp256k1.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libsecp256k1
7 Description: Optimized C library for EC operations on curve secp256k1
8 URL: https://github.com/bitcoin-core/secp256k1
9 Version: @PACKAGE_VERSION@
10 Cflags: -I${includedir}
11 Libs.private: @SECP_LIBS@
12 Libs: -L${libdir} -lsecp256k1
13
This page took 0.024351 seconds and 4 git commands to generate.