Crates.io | gday_encryption |
lib.rs | gday_encryption |
version | 0.2.0 |
source | src |
created_at | 2024-06-07 22:25:18.076573 |
updated_at | 2024-07-12 05:09:01.625464 |
description | Simple encrypted ChaCha20Poly1305 wrapper around an IO stream. |
homepage | https://github.com/manforowicz/gday/tree/main/gday_encryption |
repository | https://github.com/manforowicz/gday/ |
max_upload_size | |
id | 1265244 |
size | 25,559 |
A simple encrypted wrapper around an IO stream. Uses a streaming chacha20poly1305 cipher.
See the documentation.