Skip to content

Commit

Permalink
Remove software implementation of HPKE
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Oct 22, 2024
1 parent 6565f84 commit 09f073d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ littlefs2 = "0.4"
trussed-auth = { version = "0.3.0", optional = true }
trussed-rsa-alloc = { version = "0.2.0", optional = true }
trussed-se050-backend = { version = "0.3.6", optional = true }
trussed-staging = { version = "0.3.2", features = ["wrap-key-to-file", "chunked", "hkdf", "manage", "fs-info", "hpke"] }
trussed-staging = { version = "0.3.2", features = ["wrap-key-to-file", "chunked", "hkdf", "manage", "fs-info"] }

# Extensions
trussed-chunked = "0.1.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ hex = "0.4"

# nk3
nk3 = ["fido-authenticator", "ndef-app", "secrets-app", "opcard", "factory-reset", "trussed/clients-4"]
nk3-test = ["nk3", "piv-authenticator", "trussed/clients-6"]
nk3-test = ["nk3", "piv-authenticator", "trussed/clients-5"]
nk3-provisioner = ["nk3", "provisioner-app", "trussed/clients-5"]

# nkpk
Expand Down

0 comments on commit 09f073d

Please sign in to comment.