Crate citadel_crypt

source ·
Expand description

Hyxe Cryptography is a crypto crate designed for use in the Lusna Protocol

Modules

For argon-related functionality
An abstraction binding the drill and the PQC
Organizes the different types of drills that can be used. Currently, there is only one: The Standard Drill
Contains the cryptographic primitives for handling FCM interactions on the network
Error type
For endowing packets with coordinates
Convenient imports for external use
Contains the subroutines for network-related functionality
For secure byte handling
This is a container for holding the drill and PQC, and is intended to replace the seperate use of the drill/PQC
Allows thread-pooled asynchronous and parallel file processing
Provides drill management, update, and versioning. This is what’s exposed to the citadel_user api. The drills themselves are abstracted beneath