Port details |
- secp256k1 Optimized C library for EC operations on curve secp256k1
- 0.3.1 math
=0 0.3.0Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
 - Port Added: 2018-01-29 13:23:25
- Last Update: 2023-04-14 15:43:59
- Commit Hash: f2d3fce
- Also Listed In: java security
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1681486895
SHA256 (bitcoin-core-secp256k1-v0.3.1_GH0.tar.gz) = 0e7bb22c29ed6add5e3631e6a9ed0526f3020a20f3b99e6151918fba6cf6affa
SIZE (bitcoin-core-secp256k1-v0.3.1_GH0.tar.gz) = 2560292
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.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- math/py-secp256k1
- net-p2p/arbitrum-avm
- net-p2p/cardano-node
Configuration Options:
- No options to configure
- Options name:
- math_secp256k1
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.1 14 Apr 2023 15:43:59
    |
Alex Dupre (ale)  |
math/secp256k1: update to 0.3.1 release. |
0.3.0 13 Mar 2023 17:03:58
    |
Alex Dupre (ale)  |
math/secp256k1: update to 0.3.0 release |
0.2.0 14 Dec 2022 16:15:33
    |
Alex Dupre (ale)  |
math/secp256k1: update to 0.2.0 release
Bump PORTREVISION of libsecp256k1 consumers. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.20220126 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.20220126 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.1.20220126 31 Jan 2022 12:22:46
    |
Alex Dupre (ale)  |
math/secp256k1: update to 0.1.20220126 version |
0.1.20190225 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.20190225 28 Jun 2019 15:51:28
  |
amdmi3  |
- Switch to options helpers
- Switch to new test framework
Approved by: portmgr blanket |
0.1.20190225 04 Mar 2019 09:01:44
  |
ale  |
Update to latest snapshot. |
0.1.20190204 12 Feb 2019 09:14:59
  |
ale  |
Update to latest snapshot. |
0.1.20181106 26 Nov 2018 08:20:12
  |
ale  |
Update to latest snapshot and include module "recovery".
PR: 233456
Submitted by: robert.ayrapetyan@gmail.com |
0.1.20180531 11 Oct 2018 08:16:57
  |
ale  |
Update to latest snapshot. |
0.1.20171222 29 Jan 2018 13:23:12
  |
ale  |
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.
WWW: https://github.com/bitcoin-core/secp256k1 |