Skip to content

Commit

Permalink
Updated EatUEID key value
Browse files Browse the repository at this point in the history
  • Loading branch information
yackermann committed Nov 10, 2023
1 parent a1ec9a6 commit 0969348
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/shared/signing.misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ type CoseSignature struct {
}

type EATPayloadBase struct {
// EatFDO []byte `cbor:"-257,keyasint,omitempty"` // TODO change TYPE??
// EatFDO `cbor:"-257,keyasint,omitempty"` // TODO change TYPE??
EatNonce FdoNonce `cbor:"10,keyasint,omitempty"`
EatUEID [17]byte `cbor:"11,keyasint,omitempty"`
EatUEID [17]byte `cbor:"256,keyasint,omitempty"`
EatFDO TO2ProveDevicePayload `cbor:"-257,keyasint,omitempty"`
}

Expand Down

0 comments on commit 0969348

Please sign in to comment.