summaryrefslogtreecommitdiffstats
path: root/src/tests/data/test_key_edge_cases/key-malf-sig.json
blob: a873f171a0e906fe48d21c1bc0737b4973ae6e4d (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
  {
    "header":{
      "offset":0,
      "tag":6,
      "tag.str":"Public Key",
      "raw":"9833",
      "length":51,
      "partial":false,
      "indeterminate":false
    },
    "version":4,
    "creation time":1590071668,
    "algorithm":22,
    "algorithm.str":"EdDSA",
    "material":{
      "p.bits":263,
      "curve":"Ed25519"
    },
    "keyid":"c972affd358bf887"
  },
  {
    "header":{
      "offset":53,
      "tag":13,
      "tag.str":"User ID",
      "raw":"b400",
      "length":0,
      "partial":false,
      "indeterminate":false
    },
    "userid":""
  },
  {
    "header":{
      "offset":55,
      "tag":2,
      "tag.str":"Signature",
      "raw":"8890",
      "length":144,
      "partial":false,
      "indeterminate":false
    }
  }
]