diff options
author | Yves Orton <demerphq@gmail.com> | 2019-11-06 00:12:49 +0100 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2020-01-24 13:07:03 -0500 |
commit | a59c5ea3bda874535e4b730b623f5d75c5ab1a18 (patch) | |
tree | 52a4599d4290e8d95bd4d8b7f22eb5b60accd607 /.gitignore | |
parent | 9af31f94746ab52901fec0d3e10bc769da49c7e9 (diff) | |
download | perl-a59c5ea3bda874535e4b730b623f5d75c5ab1a18.tar.gz |
XS-APItest: add tests for U8TO64_LE() and other hashing macros and code
Includes testing siphash24 and siphash13 properly, especially
testing against the SipHash 2-4 reference test vector,
see https://131002.net/siphash/siphash24.c
See also #17244 where we originally discovered there were no
tests for the internals of the hashing code and that because
of it we let slip in a very broken patch to the code.
Thanks to James E Keenan, Tony Cook and Hugo Van der Sanden
for support putting this together.
XS-APItest: fixup issues with # directives
for some reason the indentation of the #if clauses broke things
under some builds, but not all. Possibly a ccache issue.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 471fde5100..594952ccf4 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,7 @@ xlib/ # test byproducts ext/Test-Harness/t/ext/ +ext/XS-APItest/APItest.bso t/rantests t/tmp* t/perl |