# Official Documentation For The Cryptography Library `libslug`, the library behind the application `slug20` By Silene/DionysianMyst
## Preface
This crate uses its own implementations and other implementations of cryptography, some of which have been audited, and takes the best approach at providing security to the user. This crate is not audited.
## Description
libslug is a swiss army knife of cryptography in the Rust ecosystem, providing many algorithms to the user, including experimental algorithms and more novel algorithms. It provides easy to use API and also features a host of security features.
## TODO:
- [ ] Work on Serialization and Exporting Certificates
- [ ] Serialization
- [ ] Work on Encodings
- [ ] Work on Helper Functions
- [ ] Work on Marker Traits
- [ ] Work on Error Handling