Fix ristretto255 tests Both tests were skipped because of a typo in the checked constant name. The scalarmult test was using illegal test vectors. The new test is based on:
Fix ristretto255 tests Both tests were skipped because of a typo in the checked constant name. The scalarmult test was using illegal test vectors. The new test is based on: https://github.com/jedisct1/libsodium/blob/6d566070b48efd2fa099bbe9822914455150aba9/test/default/scalarmult_ristretto255.c The $L value contained one extra null byte. The number of "false" return values was too small. scalar_invert() doesn't return a valid point -- not sure on that one.
show more ...
|