Overview of the Crypto crate
mainThe crypto crate provides Spacedrive's cryptographic modules, primarily focused on encryption and decryption. It is designed to be lightweight, easy to maintain, and platform-agnostic, though it includes platform-specific code that is conditionally compiled based on the target architecture.
Supported Algorithms
XChaCha20-Poly1305
Security Warning
This crate has NOT received a security audit. While some upstream libraries (from RustCrypto) have been audited (e.g., the XChaCha20-Poly1305 audit by NCC group), the crate itself is considered unstable. Breaking changes are likely, and no stability or security is guaranteed. Use at your own risk.