#identity #zk-snarks #zero-knowledge #self-sovereign #cryptography

zk-citadel

Implementation of Citadel, a SSI system integrated in Dusk Network

16 releases (10 breaking)

0.11.0 Apr 10, 2024
0.10.0 Feb 28, 2024
0.9.1 Feb 28, 2024
0.7.0 Dec 13, 2023
0.1.0 Jan 23, 2023

#358 in Math

Download history 7/week @ 2024-01-02 23/week @ 2024-01-16 16/week @ 2024-01-23 129/week @ 2024-01-30 112/week @ 2024-02-06 236/week @ 2024-02-13 259/week @ 2024-02-20 397/week @ 2024-02-27 34/week @ 2024-03-05 66/week @ 2024-03-12 14/week @ 2024-03-19 1/week @ 2024-03-26 31/week @ 2024-04-02 129/week @ 2024-04-09 1/week @ 2024-04-16

162 downloads per month
Used in zk-citadel-moat

MPL-2.0 license

500KB
432 lines

Citadel: Self-Sovereign Identities on Dusk

Build Status Repository

This repository contains the implementation of Citadel, a protocol that integrates a self-sovereign identity system into the Dusk blockchain. A document with all the details about the protocol can be found here.

DISCLAIMER: this library has not gone through an exhaustive security analysis, so it is not intended to be used in a production environment, only for academic purposes.

Tests

The library can be tested by running:

cargo t --release

Benchmarks

The library can be benchmarked by running:

cargo bench

Dependencies

~9MB
~169K SLoC