SecondBrain

Search

SearchSearch
      • Cryptography
      • CSRF
      • Dunning - Kruger Effect
      • Elliptic Curve cryptography
      • fanning out
      • GraphQL
      • gRPC
      • how signed and unsigned integers work in golang
      • Introspection and Intercession
      • Mathematic concepts on Cryptography
      • Meaning of Life from a Computer
      • OAuth 2.0
      • One Time Padding Encryption
      • Substitution & Shift Ciphers
      • system on chip
      • Threat Modeling
      • threat modeling appendix
      • ZeroKnowledge Proofs
    Home

    ❯

    Elliptic Curve cryptography

    Elliptic Curve cryptography

    May 09, 2025, 1 min read

    • #crypto

    It is a public key cryptography algorithm

    • based on some algebraic equation for elliptic curves over finite fields
    • has key size very much smaller compared to the other non elliptic cryptography algorithms

    Elliptic curve formula,

    y2=x3+ax+b

    Resources §

    1. https://www.youtube.com/watch?v=dCvB-mhkT0w
    2. Abelian group

    Graph View

    Backlinks

    • Cryptography

    Powered by Quartz and Cloudflare Technologies