2 unstable releases

0.2.0 Mar 4, 2024
0.1.0 Oct 13, 2023

#378 in Authentication

Download history 6/week @ 2024-02-23 133/week @ 2024-03-01 54/week @ 2024-03-08 7/week @ 2024-03-15 15/week @ 2024-03-22 29/week @ 2024-03-29

119 downloads per month
Used in proof_system

Apache-2.0

235KB
5K SLoC

Keyed-Verification Anonymous Credentials (KVAC)

Implements Keyed-Verification Anonymous Credentials (KVAC) schemes from the following papers. KVACs are supposed to be verified by the issuer only (or anyone who shares the issuer's key)

  1. Improved Algebraic MACs and Practical Keyed-Verification Anonymous Credentials is implemented here
  2. Fast Keyed-Verification Anonymous Credentials on Standard Smart Cards is specified here but is pending implementation.

Both implementations support additional verification methods that allow joint verification of proof of possession of credentials where one of the verifier is the issuer who knows the secret key and another verifier does not know secret key but learns the revealed attributes which are not shared with the issuer. This lets us build for a use-case where issuer wants to allow anytime its issued credential is used (eg. to get paid by the verifier) while still not harming the user's privacy as it doesn't learn any revealed attributes.

Dependencies

~7MB
~137K SLoC