Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Citadel Core

Build Status Repository

This package contains the core implementation of Citadel.

DISCLAIMER: this package 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 package can be tested by running:

cargo t --release

Benchmarks

The package can be benchmarked by running:

cargo bench