feat: v1.6.0, support kyber1024

This commit is contained in:
2023-12-23 10:34:10 +08:00
parent df5ba3c53d
commit e7b4f022bf
10 changed files with 329 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.5.4"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -46,6 +46,8 @@ yubikey = { version = "0.8", features = ["untested"], optional = true }
zeroize = "1.7"
swift-rs = { path = "swift-rs", optional = true }
spki = "0.7.3"
pqcrypto-kyber = "0.8.0"
pqcrypto-traits = "0.3.5"
[build-dependencies]
swift-rs = { path = "swift-rs", features = ["build"], optional = true }