Secp256k1

Top 14 Secp256k1 Open-Source Projects

  • bitcoin-php

    Bitcoin implementation in PHP

  • brainflayer

    A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • noble-secp256k1

    Fastest 4KB JS implementation of secp256k1 signatures and ECDH

  • Project mention: A beginner's guide to constant-time cryptography (2017) | news.ycombinator.com | 2024-02-22

    I noticed in July of 2022 that Go did exactly the vulnerable example and reported it to the security team.

    https://github.com/golang/go/issues/53849

    It was fixed as of Go 1.21 https://go.dev/doc/go1.21

    ---

    The article cites JavaScript, which is not constant time. There's no sure way to do constant time operations in JavaScript and thus no secure way to do crypto directly in Javascript. Browsers like Firefox depend on low level calls which should be implemented in languages that are constant time capable.

    JavaScript needs something like constant time WASM in order to do crypto securely, but seeing the only constant time WASM project on GitHub has only 16 stars and the last commit was 2 years ago, it doesn't appear to have much interest. https://github.com/WebAssembly/constant-time

    However, for JavaScript, I recommend Paul's library Noble which is "hardened to be algorithmically constant time". It is by far the best library available for JavaScript. https://github.com/paulmillr/noble-secp256k1

  • noble-curves

    Audited & minimal JS implementation of elliptic curve cryptography.

  • Project mention: The AT protocol is the most obtuse crock of s* | news.ycombinator.com | 2023-05-09

    BlueSky uses @noble/secp256k1 which performs this stuff in Javascript, with about 880* verifications per second on the Apple M2 (a chip with a relatively high IPC, likely higher than your average server).

    Verifying those messages will take about a minute of CPU time per user (assuming no impact from cache misses due to threads swapping in and out and processing new data). I think that's quite significant.

    * = https://github.com/paulmillr/noble-curves

  • secp256k1-zkp

    A fork of libsecp256k1 with support for advanced and experimental features such as Confidential Assets and MuSig2

  • libauth

    An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.

  • Project mention: List of Resources for Developing with CashTokens on Bitcoin Cash | /r/cashtokens | 2023-05-20
  • Kangaroo

    Pollard's kangaroo for SECPK1

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • eth.rb

    a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.

  • coincurve

    Cross-platform Python bindings for libsecp256k1

  • py

    Elliptic Curve Integrated Encryption Scheme for secp256k1 in Python (by ecies)

  • Grand-Ultimate-BTC-Hacker

    The most advanced bitcoin hacking system on the planet. It works, and it will find 'lost' bitcoins all day long.

  • secp256k1.cr

    a native library implementing secp256k1 purely for the crystal language.

  • secp256k1-voi

    High assurance Go secp256k1 (Mirror)

  • Project mention: A Dive into the Math Behind Bitcoin Schnorr Signatures | news.ycombinator.com | 2023-07-03

    I was searching for implementations to get a more concrete idea of the algorithm and came across https://github.com/Yawning/secp256k1-voi which appears to be well commented, robust, and often also entertaining. There’s also a musig2 one by the same author.

  • secp256k1-legacy

    Haskell bindings for secp256k1 library (by symbiont-sam-halliday)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Secp256k1 related posts

  • Noble Cryptography

    1 project | news.ycombinator.com | 8 Dec 2023
  • A Dive into the Math Behind Bitcoin Schnorr Signatures

    2 projects | news.ycombinator.com | 3 Jul 2023
  • Use GPU or cloud to brute force seed phrase

    2 projects | /r/cryptodevs | 6 Jul 2022
  • I did a complete rewrite of the secp256k1.cr library.

    1 project | /r/crystal_programming | 8 Apr 2022
  • Grand-Ultimate-BTC-Hacker

    1 project | news.ycombinator.com | 30 May 2021
  • Nvidia GeForce 470.05 driver confirmed to remove GeForce RTX 3060 ETH mining limiter

    1 project | /r/nvidia | 15 Mar 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 5 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Secp256k1 projects? This list will help you:

Project Stars
1 bitcoin-php 1,021
2 brainflayer 864
3 noble-secp256k1 695
4 noble-curves 588
5 secp256k1-zkp 351
6 libauth 270
7 Kangaroo 205
8 eth.rb 187
9 coincurve 146
10 py 132
11 Grand-Ultimate-BTC-Hacker 53
12 secp256k1.cr 48
13 secp256k1-voi 27
14 secp256k1-legacy 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com