9elements / converged-security-suite

Converged Security Suite for Intel & AMD platform security features
https://www.9esec.io
BSD 3-Clause "New" or "Revised" License
58 stars 15 forks source link

[pkg/diff] Decouple the code from package `pcr` #358

Closed xaionaro closed 1 year ago

xaionaro commented 1 year ago

This is required to migrate from pcr to bootflow in future. Basically here I just remove dependency on pcr entities like pcr.Measurement from package pkg/diff, so that pkg/diff is now usable from pkg/bootflow.

xaionaro commented 1 year ago

Merged as part of bootflow