Crates.io | ciph |
lib.rs | ciph |
version | 0.1.0 |
source | src |
created_at | 2021-01-04 15:10:53.044939 |
updated_at | 2021-01-04 15:10:53.044939 |
description | Symmetric cipher layer for async read/write connections. |
homepage | |
repository | https://git.sr.ht/~kvsari/ciph |
max_upload_size | |
id | 331689 |
size | 92,834 |
Symmetric cipher wrapper for types that implement AsyncRead
and AsyncWrite
from tokio.
Currently only the Salsa20 cipher is supported. hyper connection helper included with "hyper" feature.
Please look at examples to see how to use.