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.
The package can be tested by running:
cargo t --release
The package can be benchmarked by running:
cargo bench