| {
  "name": "PASERK k4.public Test Vectors",
  "tests": [
    {
      "name": "k4.public-1",
      "expect-fail": false,
      "key": "0000000000000000000000000000000000000000000000000000000000000000",
      "paserk": "k4.public.AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
    },
    {
      "name": "k4.public-2",
      "expect-fail": false,
      "key": "707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f",
      "paserk": "k4.public.cHFyc3R1dnd4eXp7fH1-f4CBgoOEhYaHiImKi4yNjo8"
    },
    {
      "name": "k4.public-3",
      "expect-fail": false,
      "key": "707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e90",
      "paserk": "k4.public.cHFyc3R1dnd4eXp7fH1-f4CBgoOEhYaHiImKi4yNjpA"
    },
    {
      "name": "k4.public-fail-1",
      "expect-fail": true,
      "key": "02707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9f",
      "paserk": null,
      "comment": "Implementations MUST NOT accept a PASERK of the wrong version."
    }
  ]
}
 |