Сравнение libsecp256k1-0.3.2 с libsecp256k1-0.4.0
/usr/portage/dev-libs/libsecp256k1/libsecp256k1-0.4.0.ebuild 2023-10-09 14:52:29.528368351 +0300 | ||
---|---|---|
13 | 13 |
LICENSE="MIT" |
14 | 14 |
SLOT="0/2" # subslot is "$((_LIB_VERSION_CURRENT-_LIB_VERSION_AGE))" from configure.ac |
15 | 15 |
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" |
16 |
IUSE="+asm +ecdh experimental +extrakeys lowmem +recovery +schnorr test valgrind" |
|
16 |
IUSE="+asm +ecdh +ellswift experimental +extrakeys lowmem +recovery +schnorr test valgrind" |
|
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 | |
19 | 19 |
REQUIRED_USE=" |
... | ... | |
47 | 47 |
$(use_enable test tests) |
48 | 48 |
$(use_enable test exhaustive-tests) |
49 | 49 |
$(use_enable {,module-}ecdh) |
50 |
$(use_enable {,module-}ellswift) |
|
50 | 51 |
$(use_enable {,module-}extrakeys) |
51 | 52 |
$(use_enable {,module-}recovery) |
52 | 53 |
$(use_enable schnorr module-schnorrsig) |