We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf685b commit eef5bc4Copy full SHA for eef5bc4
1 file changed
pkg/teeattestation/nitro/fake/fake.go
@@ -206,15 +206,15 @@ type coseHeader struct {
206
}
207
208
type cosePayload struct {
209
- _ struct{} `cbor:",toarray"` //nolint:revive // idiomatic CBOR array encoding
+ _ struct{} `cbor:",toarray"` //nolint:revive // idiomatic CBOR array encoding
210
Protected []byte
211
Unprotected cbor.RawMessage
212
Payload []byte
213
Signature []byte
214
215
216
type coseSignature struct {
217
218
Context string
219
220
ExternalAAD []byte
0 commit comments