Skip to content

DeepSPRINT is a proof of knowledge for and signature scheme based on the radical 2-isogeny formulas.

Notifications You must be signed in to change notification settings

QuSAC/DeepSPRINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSPRINT

This repository contains a prototype implementation for the DeepSPRINT Isogeny Proof of Knowledge / Signature scheme. Running cargo run --release will run keygen, prove and verify for all parameter settings. First for a conjectured optimization and then for the prover variant. This will output the proof sizes.

Running cargo bench will run all benchmarks, both for inidvidual functions as well as the full keygen/prove/verify algorithms. Running cargo bench --bench my_benchmark will only run proving/verification and keygen benchmarks.

DeepFold

The implementation of DeepFold comes from the official benchmarking repository. We have added prime fields to support our parameter sets.

About

DeepSPRINT is a proof of knowledge for and signature scheme based on the radical 2-isogeny formulas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published