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

ML-KEM enc: server error #333

Closed smuellerDD closed 2 months ago

smuellerDD commented 2 months ago

environment Demo

vsId 2321522 (and others)

After uploading the response, the server answered:

[
  {
    "acvVersion": "1.0"
  },
  {
    "error": "General exception. Contact service provider."
  }
]

This is the 2nd identical error of KEM encap after trying another vector set earlier.

celic commented 2 months ago

Found the error in our code.

Your responses fully passed when I ran them with the fix. :)

smuellerDD commented 2 months ago

Thank you 😀