chore: update x-wing to 0.1.0-pre.2 and refactor code

This commit is contained in:
2025-11-14 12:48:44 +01:00
parent a8eaf3be50
commit dbe4901906
4 changed files with 316 additions and 302 deletions

View File

@@ -16,6 +16,5 @@ age-core = "0.11.0"
age-plugin = "0.6.0"
base64 = "0.22.1"
clap = { version = "4.5.1", features = ["derive"] }
x-wing = { version = "0.0.1-pre.1", features = ["getrandom", "zeroize"] }
rand_core = "0.6.4"
kem = "0.3.0-pre.0"
x-wing = { version = "0.1.0-pre.2", features = ["os_rng", "zeroize"] }
rand_core = "0.9.3"