oak
oak copied to clipboard
Rekor: check if we are extracting signed payload correctly
Check if the signed payload is either:
- Always over the 4 fields
body
,integratedTime
,logID
, andlogIndex
as suggested by Rekor here . This is what we're currently doing. - OR if it is over everything minus the
verification
field as suggested by Rekor two lines above.