5 releases (breaking)

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

#1675 in Cryptography

Download history 17/week @ 2024-09-18 22/week @ 2024-09-25 25/week @ 2024-10-02 7/week @ 2024-10-09 1/week @ 2024-10-16 1/week @ 2024-11-06 23/week @ 2024-11-13 54/week @ 2024-11-20 13/week @ 2024-11-27 17/week @ 2024-12-04 20/week @ 2024-12-11 134/week @ 2024-12-18 4/week @ 2024-12-25 10/week @ 2025-01-01

175 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

800KB
18K 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.
  6. Threshold issuance protocol for weak-BB signatures

Dependencies

~7–15MB
~187K SLoC