Crates.io | zk-citadel |
lib.rs | zk-citadel |
version | 0.14.0 |
source | src |
created_at | 2023-01-23 17:38:19.539336 |
updated_at | 2024-08-14 20:02:28.266181 |
description | Implementation of Citadel, a SSI system integrated in Dusk Network. |
homepage | |
repository | https://github.com/dusk-network/citadel |
max_upload_size | |
id | 766037 |
size | 552,984 |
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.
The library can be tested by running:
cargo t --release
The library can be benchmarked by running:
cargo bench