zk-citadel

Crates.iozk-citadel
lib.rszk-citadel
version0.12.0
sourcesrc
created_at2023-01-23 17:38:19.539336
updated_at2024-07-03 10:20:55.610828
descriptionImplementation of Citadel, a SSI system integrated in Dusk Network.
homepage
repositoryhttps://github.com/dusk-network/citadel
max_upload_size
id766037
size552,697
Dusk Network (dusknetwork)

documentation

README

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
Commit count: 132

cargo fmt