safegcd-bounds

Bounds on divsteps iterations in safegcd (by sipa)

Safegcd-bounds Alternatives

Similar projects and alternatives to safegcd-bounds

  • secp256k1

    Optimized C library for EC operations on curve secp256k1

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better safegcd-bounds alternative or higher similarity.

safegcd-bounds reviews and mentions

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

Stats

Basic safegcd-bounds repo stats
2
46
0.0
about 3 years ago

The primary programming language of safegcd-bounds is Coq.

Popular Comparisons


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