blob: ee004151da5f8630fde93f8a4847b2618b9f3474 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=dev-build/autoconf-archive virtual/pkgconfig valgrind? ( dev-debug/valgrind ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure install prepare
DESCRIPTION=Optimized C library for EC operations on curve secp256k1
EAPI=8
HOMEPAGE=https://github.com/bitcoin-core/secp256k1
INHERIT=autotools toolchain-funcs
IUSE=asm +ecdh +ellswift experimental +extrakeys lowmem musig +recovery +schnorr test valgrind
KEYWORDS=amd64 arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
LICENSE=MIT
REQUIRED_USE=asm? ( || ( amd64 arm ) arm? ( experimental ) ) musig? ( schnorr ) schnorr? ( extrakeys )
RESTRICT=!test? ( test )
SLOT=0/5
SRC_URI=https://github.com/bitcoin-core/secp256k1/archive/v0.6.0.tar.gz -> libsecp256k1-0.6.0.tar.gz
_eclasses_=autotools f20ecf7ab0a7c34e83238b3ed4aaf6d6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib b2a329026f2e404e9e371097dda47f96 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1
_md5_=26c8d8275ca6fe4eba6c54a40ed522b5
|