Replies: 1 comment
-
By testing on different architectures. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I came across this issue with libsodium while working with it and saw that a couple of functions are not being tested by the project’s regression test suite. For instance,
blake2b_compress_ref()
function is not touched by any of the tests in the regression test suite since it doesn’t get picked up by the function that selects the “best implementation” based on macros likeHAVE_EMMINTRIN_H
. This happens in a couple other cases as well.Hence I was wondering if there is some other mechanism by which those functions are being tested.
Thanks
Arindam
Beta Was this translation helpful? Give feedback.
All reactions