Exposed `cha` module for keygen and `Crypter` creation.

Fortune for chacha20stream's current commit: Future blessing − 末吉
master
Avril 3 years ago
parent 73b83e4d5c
commit 0645e61590
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
[package]
name = "chacha20stream"
version = "2.0.1"
version = "2.1.0"
keywords = ["chacha20_poly1305", "stream", "wrapper", "encryption", "decryption"]
description = "A writable wrapper stream for encryption and decryption with the stream cipher chacha20_poly1305"
homepage = "https://git.flanchan.moe/flanchan/chacha20stream"

@ -57,7 +57,7 @@ mod private
}
pub mod key;
mod cha;
pub mod cha;
mod stream;
mod bytes;

Loading…
Cancel
Save