Skip to content

implementation of schnorr signature scheme using arkwork

Notifications You must be signed in to change notification settings

devabiodun/schnorr-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCHNORR SIGNATURE

This is an implementation of the Schnorr Signature.

Clone this repository:

git clone https://github.com/devabiodun/schnorr-signature.git

Executing program

  1. Change directory into this project
cd schnorr-signature
  1. To build the code, run;
cargo build
  1. To run the code, run;
cargo run
  1. To test the code, run;
cargo test

Author

Abiodun

About

implementation of schnorr signature scheme using arkwork

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages