dusk-network / citadel

Implementation of Citadel, a self-sovereign identity system integrated in Dusk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Citadel, a self-sovereign identity system integrated in Dusk.

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%