ciph

Crates.iociph
lib.rsciph
version0.1.0
sourcesrc
created_at2021-01-04 15:10:53.044939
updated_at2021-01-04 15:10:53.044939
descriptionSymmetric cipher layer for async read/write connections.
homepage
repositoryhttps://git.sr.ht/~kvsari/ciph
max_upload_size
id331689
size92,834
Stephan Luther (kvsari)

documentation

README

Symmetric Cipher Layer

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.

Commit count: 0

cargo fmt