File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
security-monitor/rust-crates/riscv_cove_tap Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99# rsa = "0.9" # to create lockboxes: encrypt symetric key using public keys of target TEEs
1010
11- rand = {version = " 0.8 " , optional =true }
11+ rand = {version = " 0.9 " , optional =true }
1212
1313hybrid-array = " =0.2.0-rc.9"
1414ml-kem = {version = " =0.2.0" , default-features =false , features = [] }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ byteorder = "1.5" # to serialize numbers using little/big endianness
1313sha2 = " 0.10" # to calculate integrity measurements of kernel, initramfs etc.
1414hmac = " 0.12" # to calculate HMAC over encrypted payload
1515rsa = " 0.9" # to create lockboxes: encrypt symetric key using public keys of target TEEs
16- rand = " 0.8 " # to generate symmetric key used to encrypted payload
16+ rand = " 0.9 " # to generate symmetric key used to encrypted payload
1717aes-gcm = " 0.10.3" # for symmetric encryption of payload
1818
1919riscv_cove_tap = {path =" ../../security-monitor/rust-crates/riscv_cove_tap" , features =[" parser" , " serializer" ]}
You can’t perform that action at this time.
0 commit comments