aboutsummaryrefslogtreecommitdiffstats
path: root/test/captures/cose_encrypt_tagged.cbordiag
blob: 30767f9d8c4b99397498dc571c241baff92bfafd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
96(
  [
    / protected h'a1010a' / << {
        / alg / 1:10 / AES-CCM-16-64-128 /
      } >>, 
    / unprotected / {
      / iv / 5:h'89f52f65a1c580933b5261a76c'
    }, 
    / ciphertext / h'753548a19b1307084ca7b2056924ed95f2e3b17006dfe93
1b687b847', 
    / recipients / [
      [
        / protected  h'a10129' / << {
            / alg / 1:-10
          } >>, 
        / unprotected / {
          / salt / -20:'aabbccddeeffgghh', 
          / kid / 4:'our-secret'
        }, 
        / ciphertext / h''
      ]
    ]
  ]
)