safegcd-bounds VS secp256k1

Compare safegcd-bounds vs secp256k1 and see what are their differences.

safegcd-bounds

Bounds on divsteps iterations in safegcd (by sipa)

secp256k1

Optimized C library for EC operations on curve secp256k1 (by bitcoin-core)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
safegcd-bounds secp256k1
2 10
46 1,967
- 0.7%
0.0 8.9
about 3 years ago 3 days ago
Coq C
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

safegcd-bounds

Posts with mentions or reviews of safegcd-bounds. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-10.
  • Binary GCD
    2 projects | news.ycombinator.com | 10 Oct 2021
    The binary GCD has inferior performance to other approaches for big numbers because those min() comparisons require that you had to update the entire numbers at each step.

    I submitted a writeup on the safegcd algorithm used by libsecp256k1 a while back, but it got the HN zomg-bitcoin-related quick flagging: https://github.com/bitcoin-core/secp256k1/blob/master/doc/sa...

    Safegcd-like functions requires somewhat more iterations but most of the iterations need to only operate on the least significant bits of the numbers, which makes them faster in practice.

    For safegcd-ish functions proving a hard upper bound on the number of require iterations is non-trivial. But it's useful to prove the bound in order to make constant time versions. Here is a writeup on our techniques for proving the upper bounds: https://github.com/sipa/safegcd-bounds#bounds-on-divsteps-it...

  • How changing 1 character in an algorithm accidentally made it 18% faster
    1 project | news.ycombinator.com | 11 Jan 2021

secp256k1

Posts with mentions or reviews of secp256k1. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.

What are some alternatives?

When comparing safegcd-bounds and secp256k1 you can also consider the following projects:

cryptohash-sha256 - Fast, pure and practical SHA-256 implementation

constantine - Constantine: modular, high-performance, zero-dependency cryptography stack for proof systems and blockchain protocols.

blst - Multilingual BLS12-381 signature library

RavenStash - Stash for Ravencoin-stuff.

Ravencoin - Ravencoin Core integration/staging tree

nostr_vanity_npub - Nostr vanity `npub` generator

dhall - Maintainable configuration files