Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 397 Bytes

jubjub

An independent implementation of Jubjub in Go, according to the Sapling protocol specifciation. Can be used as a library. Usage example is shown in cmd/jubjub_tester.

Implements:

  • Jubjub addition and scalar multiplication.
  • Pedersen hashes.

License

This repository and all the files within it are licensed under MIT license, (LICENSE-MIT or http://opensource.org/licenses/MIT)