20 releases (13 breaking)

0.14.0 Aug 14, 2024
0.12.0 Jul 3, 2024
0.10.0 Feb 28, 2024
0.7.0 Dec 13, 2023
0.1.0 Jan 23, 2023

#312 in Math

Download history 10/week @ 2024-07-22 1/week @ 2024-07-29 82/week @ 2024-08-05 173/week @ 2024-08-12 24/week @ 2024-08-19 2/week @ 2024-08-26 4/week @ 2024-09-02 16/week @ 2024-09-09 30/week @ 2024-09-16 86/week @ 2024-09-23 91/week @ 2024-09-30 37/week @ 2024-10-07 43/week @ 2024-10-14 67/week @ 2024-10-21 29/week @ 2024-10-28 58/week @ 2024-11-04

200 downloads per month
Used in zk-citadel-moat

MPL-2.0 license

500KB
330 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

~8MB
~168K SLoC