gday_encryption 0.5.1

Simple encrypted ChaCha20Poly1305 wrapper around an async IO stream.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# gday_encryption
[![Crates.io Version](https://img.shields.io/crates/v/gday_encryption)](https://crates.io/crates/gday_encryption)
[![docs.rs](https://img.shields.io/docsrs/gday_encryption)](https://docs.rs/gday_encryption/)

Simple encrypted ChaCha20Poly1305 wrapper around an async IO stream.
Uses a streaming [chacha20poly1305](https://docs.rs/chacha20poly1305/latest/chacha20poly1305/) cipher.

See the [documentation](https://docs.rs/gday_encryption/).

## Used by
- [gday]https://crates.io/crates/gday - Command line tool for sending files.
- [gday_gui]/gday_gui/ - GUI app for sending files.