• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • 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
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • 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.