• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
          • Mmp-trees
          • Semaphore
            • Verify-semaphore-r1cs
            • Mimc
            • Semaphore-specification
              • Prime-field-abbreviations
              • Pedersen-hash
              • Pedersen-hash-base-points
              • Baby-jubjub
                • Baby-jubjub-order
                • Baby-jubjub-prime
                • Baby-jubjub-order/8
                • Baby-jubjub-d
                • Baby-jubjub-pointp
                • Baby-jubjub-mul
                • Baby-jubjub-curve
                • Baby-jubjub-a
                • Point-on-baby-jubjub-p
                • Baby-jubjub-add
            • Semaphore-proofs
          • Database
          • Cryptography
          • Rlp
          • Transactions
          • Hex-prefix
          • Basics
          • Addresses
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Semaphore-specification

Baby-jubjub

The BabyJubjub complete twisted Edwards curve.

This curve was defined by Barry Whitehat:

https://github.com/barryWhiteHat/baby_jubjub

From that repo:

It is the twisted Edwards curve
 168700.x^2 + y^2 = 1 + 168696.x^2.y^2
of rational points over
GF(21888242871839275222246405745257275088548364400416034343698204186575808495617)

That repo also shows that it satisfies the SafeCurves criteria.

Subtopics

Baby-jubjub-order
Order (i.e. number of points) of the BabyJubjub curve.
Baby-jubjub-prime
The prime that defines the field over which BabyJubjub is defined.
Baby-jubjub-order/8
The prime that is 1/8th of the order of BabyJubjub.
Baby-jubjub-d
The coefficient d of the twisted Edwards equation of BabyJubjub.
Baby-jubjub-pointp
Recognize the points on the BabyJubjub curve.
Baby-jubjub-mul
Scalar multiplication on BabyJubjub.
Baby-jubjub-curve
The BabyJubjub curve.
Baby-jubjub-a
The coefficient a of the twisted Edwards equation of BabyJubjub.
Point-on-baby-jubjub-p
Check if a point is on BabyJubjub.
Baby-jubjub-add
Group addition on BabyJubjub.