zhenfeizhang / grumpkin

Implementation of the Grumpkin curve in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grumpkin curve implementation in Rust

This repository implements the Grumpkin curve for use in Rust, by building off of the code provided by ZCash and Privacy & Scaling Explorations. It should specifically work within Halo2 and proof systems which make use of its components.

Assembly

This repository extends the use of hand-optimized assembly found in the halo2curves repo. To include it, simply use the asm feature when importing this crate.

About

Implementation of the Grumpkin curve in Rust.

License:Apache License 2.0


Languages

Language:Rust 100.0%