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

1
Cargo.lock generated
View file

@ -2401,7 +2401,6 @@ dependencies = [
"hex",
"k256",
"rand",
"sha2",
"teepot",
"tracing",
"tracing-log",