crates/crypto/README.md
This crate contains Spacedrive's cryptographic modules.
This includes things such as:
It has support for the following cryptographic functions:
XChaCha20-Poly1305It aims to be (relatively) lightweight, easy to maintain and platform-agnostic where possible. It does contain some platform-specific code, although it's only built if the target matches.
This crate has NOT received any security audit - however, a couple of our upstream libraries (provided by RustCrypto) have.
You may find them below:
Breaking changes are very likely! Use at your own risk - no stability or security is guaranteed.