aboutsummaryrefslogtreecommitdiffstats
path: root/sha3_224.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-01 11:51:11 +0200
committerMattias Andrée <maandree@kth.se>2024-09-01 11:51:11 +0200
commitac78f1000830681e767a418f58b88bba23469a0e (patch)
tree7475606f4b454cd7c3365336e0587ea08fde47d2 /sha3_224.c
parentm + add -W[no-]xlink and -W[no-]xdev (diff)
downloadanysum-ac78f1000830681e767a418f58b88bba23469a0e.tar.gz
anysum-ac78f1000830681e767a418f58b88bba23469a0e.tar.bz2
anysum-ac78f1000830681e767a418f58b88bba23469a0e.tar.xz
Remove non-whole byte tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--sha3_224.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sha3_224.c b/sha3_224.c
index 4f3891f..ccbf5cf 100644
--- a/sha3_224.c
+++ b/sha3_224.c
@@ -335,13 +335,7 @@ static struct testcase testcases[] = {
{1, 0, "chevalier slat's spindel representations", "a64779aca943a6aef1d2e7c9a0f4e997f4dabd1f77112a22121d3ed5"},
{1, 0, "archery lexicographical equine veered", "f0a3e0587af7723f0aa4719059d3f5107115a5b3667cd5209cc4d867"},
{1, 0, "splay washbasin opposing there", "312e7e3c6403ab1a086155fb9a52b22a3d0d257876afd2b93fb7272e"},
- {1, 0, "faktum desist thundered klen", "270ba05b764221ff5b5d94adfb4fdb1f36f07fe7c438904a5f3df071"},
- {0, 1, "\xff", "6f2fc54a6b11a6da611ed734505b9cab89eecc1dc7dd2debd27bd1c9"},
- {0, 1, "\x7f", "6f2fc54a6b11a6da611ed734505b9cab89eecc1dc7dd2debd27bd1c9"},
- {0, 1, "\x01", "6f2fc54a6b11a6da611ed734505b9cab89eecc1dc7dd2debd27bd1c9"},
- {0, 1, "\xfe", "82000b40579ecbbe7f57cc132656530861e408becb51070288cec752"},
- {0, 1, "\x7e", "82000b40579ecbbe7f57cc132656530861e408becb51070288cec752"},
- {0, 1, "\x00", "82000b40579ecbbe7f57cc132656530861e408becb51070288cec752"}
+ {1, 0, "faktum desist thundered klen", "270ba05b764221ff5b5d94adfb4fdb1f36f07fe7c438904a5f3df071"}
};