confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
12 stars 13 forks source link

Update crate uuid to 1.1.2 #25

Closed dubek closed 2 years ago

dubek commented 2 years ago

Use the latest version of the uuid crate, and modify simple-kbs code accordingly:

Signed-off-by: Dov Murik dov.murik1@il.ibm.com


I tested this by slowly replacing the implementations (first in the unit-tests, then in the body, then in both), while verifying the unit-tests keep passing. This ensures the new implementations are byte-by-byte identical to the old one.