libsecp256k1 0.5.0-2 source package in Ubuntu

Changelog

libsecp256k1 (0.5.0-2) unstable; urgency=medium

  * Team upload
  * Move to pkgconf

 -- Bastian Germann <email address hidden>  Mon, 13 May 2024 21:09:44 +0200

Upload details

Uploaded by:
Debian Cryptocoin Team
Uploaded to:
Sid
Original maintainer:
Debian Cryptocoin Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libsecp256k1_0.5.0-2.dsc 1.9 KiB 50abef1ccf4f1614bcebd4a01539cb35674111d40266f280a10e3135d2bb6f36
libsecp256k1_0.5.0.orig.tar.xz 1.6 MiB 13b70138be52d7a23bdf0ea39ed79799a30eb855f2ed82c028357f6432cd536b
libsecp256k1_0.5.0-2.debian.tar.xz 21.9 KiB c426b67d9662bc6acad21a50228b5f20cac65725f16576474592669d958d93ce

Available diffs

No changes file available.

Binary packages built by this source

libsecp256k1-2: library for EC operations on curve secp256k1

 An optimized C library for EC operations on curve secp256k1.
 .
 NB! This library is intended to be
 the highest quality publicly available library
 for cryptography on the secp256k1 curve.
 However, the primary focus of its development has been
 for usage in the Bitcoin system
 and usage unlike Bitcoin's may be less well tested, verified,
 or suffer from a less well thought out interface.
 Correct usage requires some care and consideration
 that the library is fit for your application's purpose.
 .
 Features:
  * secp256k1 ECDSA signing/verification and key generation.
  * Additive and multiplicative tweaking of secret/public keys.
  * Serialization/parsing of secret keys, public keys, signatures.
  * Constant time, constant memory access signing and public key generation.
  * Derandomized ECDSA (via RFC6979 or with a caller provided function.)
  * Very efficient implementation.
  * Suitable for embedded systems.
  * Optional module for public key recovery.
  * Optional module for ECDH key exchange.

libsecp256k1-2-dbgsym: debug symbols for libsecp256k1-2
libsecp256k1-dev: library for EC operations on curve secp256k1 - development headers

 An optimized C library for EC operations on curve secp256k1.
 .
 NB! This library is intended to be
 the highest quality publicly available library
 for cryptography on the secp256k1 curve.
 However, the primary focus of its development has been
 for usage in the Bitcoin system
 and usage unlike Bitcoin's may be less well tested, verified,
 or suffer from a less well thought out interface.
 Correct usage requires some care and consideration
 that the library is fit for your application's purpose.
 .
 Features:
  * secp256k1 ECDSA signing/verification and key generation.
  * Additive and multiplicative tweaking of secret/public keys.
  * Serialization/parsing of secret keys, public keys, signatures.
  * Constant time, constant memory access signing and public key generation.
  * Derandomized ECDSA (via RFC6979 or with a caller provided function.)
  * Very efficient implementation.
  * Suitable for embedded systems.
  * Optional module for public key recovery.
  * Optional module for ECDH key exchange.
 .
 This package provides header files for developing your applications to
 use libbitcoin template engine.