Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History

starsig

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Starsig: schnorr signatures on Ristretto

Implementation of a simple Schnorr signature protocol implemented with Ristretto and Merlin transcripts.

Features

  • Simple message-based API.
  • Flexible transcript-based API.
  • Single signature verification.
  • Batch signature verification.
  • Compatible with Musig API.
  • Compatible with Keytree key derivation API.
  • VRF (aka “HMAC verifiable by a public key”) is in development.

Authors