6 releases (breaking)

0.6.0 Feb 24, 2025
0.5.0 Dec 19, 2024
0.4.0 Jul 18, 2024
0.3.0 Jun 21, 2024
0.1.0 Mar 4, 2024

#1596 in Cryptography

Download history 48/week @ 2024-11-16 23/week @ 2024-11-23 14/week @ 2024-11-30 28/week @ 2024-12-07 117/week @ 2024-12-14 22/week @ 2024-12-21 3/week @ 2024-12-28 14/week @ 2025-01-04 3/week @ 2025-01-11 2/week @ 2025-01-18 1/week @ 2025-01-25 25/week @ 2025-02-08 34/week @ 2025-02-15 140/week @ 2025-02-22 30/week @ 2025-03-01

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

Apache-2.0

1MB
19K 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
~213K SLoC