feat: v0.2.0-dev, encrypt supports x25519

This commit is contained in:
2023-10-08 00:49:17 +08:00
parent 9637ef9e01
commit 0bdb89ad25
6 changed files with 113 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "0.1.2"
version = "0.2.0-dev"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -26,6 +26,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha256 = "1.4.0"
simpledateformat = "0.1.4"
x25519-dalek = "2.0.0"
x509-parser = "0.15.1"
yubikey = { version = "0.8.0", features = ["untested"] }
zeroize = "1.6.0"