libsecp256k1 0.2.0-2 source package in Ubuntu

Changelog

libsecp256k1 (0.2.0-2) unstable; urgency=medium

  * Team upload
  * Move to unstable

 -- Bastian Germann <email address hidden>  Tue, 27 Dec 2022 13:11:26 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libsecp256k1_0.2.0-2.dsc 1.9 KiB 55ed1f5eda774001ef2e1002e43492a7107754ba03a6f329b4b72daba60c89ce
libsecp256k1_0.2.0.orig.tar.xz 2.1 MiB 07c1d76fc485936138c6572e94374df22ba41df06617926572b8a690fe8bc34b
libsecp256k1_0.2.0-2.debian.tar.xz 21.8 KiB 0c2fccd2b9be7274c88f22926c873f80fc1386c730acd3ee55b16a8419c90b9b

Available diffs

No changes file available.

Binary packages built by this source

libsecp256k1-1: 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-1-dbgsym: debug symbols for libsecp256k1-1
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.