usnistgov / ACVP-Server

A repository tracking releases of NIST's ACVP server. See www.github.com/usnistgov/ACVP for the protocol.
36 stars 13 forks source link

SHAKE-128 JSON test files corrupted #340

Open dspdon opened 3 weeks ago

dspdon commented 3 weeks ago

For SHAKE-128, invalid text appears in several JSON test vector files here: https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SHAKE-128-1.0

The invalid text appears in at least these three files: internalProjection.json prompt.json expectedResults.json

An example test case showing the invalid text is copied below. Could you update these files?

Also, it seems a folder is missing with JSON test vectors for SHAKE-256.

--Don

Snippet from internalProjection.json:

    {
      "tcId": 2,

<<<<<<< HEAD "msg": "C0", "len": 2, "md": "F6B6C4093F0A2CEBA61B9F2C2FEA2CA2",

      "msg": "80",
      "len": 2,
      "md": "9B06E9044324B3E9ADC1739D4FDE097D",

develop "outLen": 128 },

livebe01 commented 3 weeks ago

The merge issues related to the sample SHAKE-128 files should be resolved now

dspdon commented 2 weeks ago

I downloaded the files once again, and now confirm valid format of the content. Thank you!