X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/7a94b69f2993f9c931a6362cbe2d81e68cadfced..84924d420a1ae0012853fa1efe956a2196f4a76e:/symm/t/whirlpool256 diff --git a/symm/t/whirlpool256 b/symm/t/whirlpool256 index b1b68c20..801ca3df 100644 --- a/symm/t/whirlpool256 +++ b/symm/t/whirlpool256 @@ -1,34 +1,5 @@ # Test vectors for the Whirlpool hash function -# --- Basic hash function --- -# -# Some of these are taken from the ISO test vectors from the Whirlpool -# distribution. - -whirlpool256 { - "" - 19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a7; - "a" - 8aca2602792aec6f11a67206531fb7d7f0dff59413145e6973c45001d0087b42; - "abc" - 4e2448a4c6f486bb16b6562c73b4020bf3043e3a731bce721ae1b303d97e6d4c; - "message digest" - 378c84a4126e2dc6e56dcc7458377aac838d00032230f53ce1f5700c0ffb4d3b; - "abcdefghijklmnopqrstuvwxyz" - f1d754662636ffe92c82ebb9212a484a8d38631ead4238f5442ee13b8054e41b; - "abcdbcdecdefdefgefghfghighijhijk" - 2a987ea40f917061f5d6f0a0e4644f488a7a5a52deee656207c562f988e95c69; - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" - dc37e008cf9ee69bf11f00ed9aba26901dd7c28cdec066cc6af42e40f82f3a1e; -} - -whirlpool256-rep { - "1234567890" 8 - 466ef18babb0154d25b9d38a6414f5c08784372bccb204d6549c4afadb601429; - "a" 1000000 - 0c99005beb57eff50a7cf005560ddf5d29057fd86b20bfd62deca0f1ccea4af5; -} - # --- HMAC mode --- # # Home-made test vectors, for regression.