Package libsecp256k1: Information

Source package: libsecp256k1
Version: 0.24.1-alt1_1
Build time:  Mar 31, 2022, 04:28 PM
Category: System/Libraries
Report package bug
License: MIT
Summary: Optimized C library for EC operations on curve secp256k1
Description: 
Optimized C library for EC operations on curve secp256k1.

Features:
* secp256k1 ECDSA signing/verification and key generation.
* Adding/multiplying private/public keys.
* Serialization/parsing of private keys, public keys, signatures.
* Constant time, constant memory access signing and pubkey generation.
* Derandomized DSA (via RFC6979 or with a caller provided function.)
* Very efficient implementation.

List of rpms provided by this srpm:
libsecp256k1-devel (e2kv6, e2kv5, e2kv4, e2k)
libsecp256k1_0 (e2kv6, e2kv5, e2kv4, e2k)
libsecp256k1_0-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

Maintainer: Igor Vlasenko

List of contributors:
Igor Vlasenko
Vitaly Lipatov

    1. /proc
    2. pkgconfig(libcrypto)
    3. gcc-c++
    4. valgrind-devel

Last changed


Sept. 22, 2021 Igor Vlasenko 0.24.1-alt1_1
- enabled asm on i586
Sept. 12, 2021 Vitaly Lipatov 0.24.1-alt1
- new version (0.24.1) with rpmgs script
- add --enable-module-ecdh, disable asm for non x86_64
Aug. 13, 2021 Igor Vlasenko 0.22.0-alt2_1
- enabled module recovery (closes: #40719)