[](https://github.com/chuchi-dev/chuchi-crypto/actions/workflows/ci.yaml)
[](https://crates.io/crates/chuchi-crypto)
[](https://docs.rs/chuchi-crypto)
## Crypto library
Chuchi crypto ought to be a simple to use crypto providing encryption and signing.
## Dependency
Main dependency is `dalek-cryptography`.
## Features
- `cipher` Enabling encryption and decryption
- `signature` Enabling signing and verifying
- `b64` Enabling base64 support
- `serde` Enabling serde support (needs `b64` to work)
## Not verified
This crate has not passed any verification and may contain bugs.