Results 7 issues of dspdon

The alphabet definition contains a duplicate symbol in the FF1 test file: testfolders_v1/aes_ff1_base85_test.json

I noticed the KWP test vector file (kwp_test.json) has 3 test cases where key length (where key is 'key to be wrapped') is set to 0 and msg = ''....

I build with full warnings, and found a few places where small changes can remove compile warnings. There are 2 compiler warnings coming from math_helper.c: https://github.com/Seeed-Studio/ArduinoCore-samd/blob/master/cores/arduino/math_helper.c These 2 warnings are...

Test vector files for SHA3-224 and SHA3-256 appear in: https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ However, there are no files for SHA3-384 and SHA3-512. Can these be added? --Don

I'm seeing a possible problem in some message digest ("md") result strings recorded in SHAKE-128 ACVP test vector files. The problem appears in most of the VOT test cases (test...

There appears to be a problem in ACVP json file results for KMAC128, in test cases where key lengths are bit-oriented (not a multiple of 8 bits). All other test...

ACVP json files contain an 'algorithm' parameter in their header. The value of 'algorithm' in the json test files for SHA2-384, SHA2-512, SHA2-512-224 and SHA2-512-256 is set to 'SHA2-256'. I...