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.
This repository and all the files within it are licensed under MIT license, (LICENSE-MIT or http://opensource.org/licenses/MIT)