starsig

Crates.iostarsig
lib.rsstarsig
version0.2.1
sourcesrc
created_at2019-11-08 23:04:34.947816
updated_at2019-11-13 10:08:30.267209
descriptionA pure-Rust implementation of Schnorr signatures using Ristretto
homepage
repositoryhttps://github.com/stellar/slingshot/blob/main/starsig
max_upload_size
id179503
size26,476
Oleg Andreev (oleganza)

documentation

README

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

Commit count: 0

cargo fmt