feat: v1.9.12, supports ext keys(p256, p384)

This commit is contained in:
2025-09-13 23:17:00 +08:00
parent 813b8b1b24
commit b18a5ec3e2
6 changed files with 74 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.9.11"
version = "1.9.12"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -53,6 +53,7 @@ dialoguer = "0.11"
ctrlc = "3.4"
swift-secure-enclave-tool-rs = "1.0"
json5 = "0.4"
external-command-rs = "0.1"
[profile.release]
codegen-units = 1