Port details on branch 2024Q2 |
- secp256k1 Optimized C library for EC operations on curve secp256k1
- 0.6.0 math
=2 0.6.0Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
 - Port Added: 2018-01-29 13:23:25
- Last Update: 2024-11-11 08:50:21
- Commit Hash: 6b1a465
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: java security
- License: MIT
- WWW:
- https://github.com/bitcoin-core/secp256k1
- Description:
- An optimized C library for EC operations on curve secp256k1.
This library is a work in progress and is being used to research best practices.
Use at your own risk.
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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- secp256k1>0:math/secp256k1
- To install the port:
- cd /usr/ports/math/secp256k1/ && make install clean
- To add the package, run one of these commands:
- pkg install math/secp256k1
- pkg install secp256k1
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: secp256k1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730814381
SHA256 (bitcoin-core-secp256k1-v0.6.0_GH0.tar.gz) = 785bb98e7d6705c51c8dfa8ac3af6aa2ccfa3774714d51c0b9e28fac1146e9f1
SIZE (bitcoin-core-secp256k1-v0.6.0_GH0.tar.gz) = 1996783
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- math/py-secp256k1
- net-p2p/cardano-db-sync
- net-p2p/cardano-node
- net-p2p/ogmios
- sysutils/cardano-cli
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- math_secp256k1
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|