I am currently adding Wycheproof testing to the library [1]. During the addition, all test cases work with the exception of the following Ed448 tests:
-
tests 63, 64, 65: The data currently passes the signature verification algorithm of the library. But when toggling the respective bits stated in the comment line, the signature verification fails. Therefore, could it be that for these three vectors, the test data did not toggle the bits and actually contain passing vectors even though it should contain failing ones?
-
test 76 fails without a clear indication why - could I kindly ask for a hint what this test vector changes to expect a failure?
Thank you very much - and thanks for the valuable set of test vectors.
[1] https://github.com/smuellerDD/leancrypto
[2] smuellerDD/leancrypto@69ace0c
I am currently adding Wycheproof testing to the library [1]. During the addition, all test cases work with the exception of the following Ed448 tests:
tests 63, 64, 65: The data currently passes the signature verification algorithm of the library. But when toggling the respective bits stated in the comment line, the signature verification fails. Therefore, could it be that for these three vectors, the test data did not toggle the bits and actually contain passing vectors even though it should contain failing ones?
test 76 fails without a clear indication why - could I kindly ask for a hint what this test vector changes to expect a failure?
Thank you very much - and thanks for the valuable set of test vectors.
[1] https://github.com/smuellerDD/leancrypto
[2] smuellerDD/leancrypto@69ace0c