fix(tee-key-preexec): don't hash public key

No need to hash the public key for the attestation report data.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-02-15 10:28:52 +01:00
parent 761d5463c5
commit dc4434938e
Signed by: harald
GPG key ID: F519A1143B3FBE32
3 changed files with 1 additions and 6 deletions

View file

@ -13,7 +13,6 @@ anyhow.workspace = true
hex.workspace = true
k256.workspace = true
rand.workspace = true
sha2.workspace = true
teepot.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true