4 releases (breaking)

0.4.0 Jul 18, 2024
0.3.0 Jun 21, 2024
0.2.0 May 10, 2024
0.1.0 Mar 4, 2024

#1193 in Cryptography

Download history 19/week @ 2024-04-01 8/week @ 2024-04-08 118/week @ 2024-05-06 14/week @ 2024-05-13 23/week @ 2024-05-20 22/week @ 2024-05-27 10/week @ 2024-06-03 8/week @ 2024-06-10 152/week @ 2024-06-17 20/week @ 2024-06-24 132/week @ 2024-07-15

164 downloads per month
Used in 3 crates

Apache-2.0

300KB
7K SLoC

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.

Dependencies

~6–17MB
~193K SLoC