short_group_sig

Crates.ioshort_group_sig
lib.rsshort_group_sig
version0.4.0
sourcesrc
created_at2024-03-04 13:37:26.711699
updated_at2024-07-18 17:02:24.488382
descriptionShort group signatures - BB and weak-BB
homepage
repositoryhttps://github.com/docknetwork/crypto
max_upload_size
id1161752
size95,392
Lovesh Harchandani (lovesh)

documentation

README

Short group signatures

  1. BB and Weak-BB signatures and proof of knowledge of weak-BB signature as described in the paper Short Signatures Without Random Oracles
  2. Proof of knowledge of BB signature adapted from the paper Proof-of-Knowledge of Representation of Committed Value and Its Applications
  3. An optimized implementation of proof of knowledge of weak-BB signature taken from the paper Scalable Revocation Scheme for Anonymous Credentials Based on n-times Unlinkable Proofs. This does not require the prover to do pairings
  4. Similar to weak-BB, proof of knowledge of BB signature that does not require the prover to do pairings.
  5. A keyed-verification protocol for proving knowledge of weak-BB signature. Here the verifier is assumed to have the secret key and the protocol does not require pairings.
Commit count: 260

cargo fmt