feat: v0.5.0, supports ChaCha20/Poly1305

This commit is contained in:
2023-10-22 19:05:38 +08:00
parent 83464dfb28
commit bb07aec896
10 changed files with 105 additions and 125 deletions

View File

@@ -21,7 +21,7 @@ mod util_x25519;
mod compress;
mod config;
mod spec;
mod crypto_aes;
mod crypto_simple;
mod crypto_rsa;
mod crypto_cryptor;
mod wrap_key;