summaryrefslogtreecommitdiff
path: root/ext/hash/tests/ripemd320.phpt
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2006-09-20 01:48:06 +0000
committerSara Golemon <pollita@php.net>2006-09-20 01:48:06 +0000
commit6781debeb8702d6cb16dca18d41d583b55418f79 (patch)
tree96326275c4e9f6d7a449cc30622adcf115b41bbe /ext/hash/tests/ripemd320.phpt
parentf717a00c7bd4ba9d264e290ae81d1cbc4711a69f (diff)
downloadphp-git-6781debeb8702d6cb16dca18d41d583b55418f79.tar.gz
Add ripemd256 and ripemd320 algos
Diffstat (limited to 'ext/hash/tests/ripemd320.phpt')
-rw-r--r--ext/hash/tests/ripemd320.phpt25
1 files changed, 25 insertions, 0 deletions
diff --git a/ext/hash/tests/ripemd320.phpt b/ext/hash/tests/ripemd320.phpt
new file mode 100644
index 0000000000..800e31084d
--- /dev/null
+++ b/ext/hash/tests/ripemd320.phpt
@@ -0,0 +1,25 @@
+--TEST--
+ripemd320 algorithm
+--SKIPIF--
+<?php if(!extension_loaded("hash") || ini_get('unicode.semantics')) print "skip"; ?>
+--FILE--
+<?php
+echo hash('ripemd320', '') . "\n";
+echo hash('ripemd320', 'a') . "\n";
+echo hash('ripemd320', 'abc') . "\n";
+echo hash('ripemd320', 'message digest') . "\n";
+echo hash('ripemd320', 'abcdefghijklmnopqrstuvwxyz') . "\n";
+echo hash('ripemd320', 'abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq') . "\n";
+echo hash('ripemd320', 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789') . "\n";
+echo hash('ripemd320', '12345678901234567890123456789012345678901234567890123456789012345678901234567890') . "\n";
+echo hash('ripemd320', str_repeat('a', 1000000)) . "\n";
+--EXPECT--
+22d65d5661536cdc75c1fdf5c6de7b41b9f27325ebc61e8557177d705a0ec880151c3a32a00899b8
+ce78850638f92658a5a585097579926dda667a5716562cfcf6fbe77f63542f99b04705d6970dff5d
+de4c01b3054f8930a79d09ae738e92301e5a17085beffdc1b8d116713e74f82fa942d64cdbc4682d
+3a8e28502ed45d422f68844f9dd316e7b98533fa3f2a91d29f84d425c88d6b4eff727df66a7c0197
+cabdb1810b92470a2093aa6bce05952c28348cf43ff60841975166bb40ed234004b8824463e6b009
+d034a7950cf722021ba4b84df769a5de2060e259df4c9bb4a4268c0e935bbc7470a969c9d072a1ac
+ed544940c86d67f250d232c30b7b3e5770e0c60c8cb9a4cafe3b11388af9920e1b99230b843c86a4
+557888af5f6d8ed62ab66945c6d2a0a47ecd5341e915eb8fea1d0524955f825dc717e4a008ab2d42
+bdee37f4371e20646b8b0d862dda16292ae36f40965e8c8509e63d1dbddecc503e2b63eb9245bb66