https://github.com/tmarkovski/dac
Delegatable Anonymous Credentials in Rust
https://github.com/tmarkovski/dac
anonymous-credentials
Last synced: 7 months ago
JSON representation
Delegatable Anonymous Credentials in Rust
- Host: GitHub
- URL: https://github.com/tmarkovski/dac
- Owner: tmarkovski
- Created: 2021-08-30T14:16:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T14:43:34.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:59:44.789Z (over 1 year ago)
- Topics: anonymous-credentials
- Language: Rust
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delegatable Anonymous Credentials in Rust
This is a Rust implementation of Delegatable Anonymous Credentials, based on the
existing work on [Mercurial Signatures](https://github.com/burkh4rt/Mercurial-Signatures).
This is only a POC and learning exercise for me, it is not intended for production use.