CBOR tag for digests
in measurement-values-map
#139
Labels
preferable first release
Desirable to accommodate in initial release
digests
in measurement-values-map
#139
PR #107, line 1555, suggests the need for a CBOR tag for
digests
measurement, but doesn't include motivation / rationale.The current documented semantics are that it is an array of
digest
over the same object. The motivation is algorithm agility.A different use case might seek to encode digests of different objects. There are multiple options for defining a measurement with different semantics that
digests
. E.g.: define a new code point, define a differentenvironment-map
, create a profile that defines a new code point, define a CBOR taggeddigests
that encodes semantics in the CBOR tag. Each approach has trade-offs and may have verifier behavior that should be documented.This issue is intended to capture the trade-offs discussion.
The text was updated successfully, but these errors were encountered: