******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Rabbit ====================== Profile: S._H. Key size: 128 bits IV size: 64 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 136 bytes Testing stream encryption speed: Encrypted 5 blocks of 4096 bytes (under 1 keys, 5 blocks/key) Total time: 115590 clock ticks (231.18 usec) Encryption speed (cycles/byte): 5.64 Encryption speed (Mbps): 708.71 Testing packet encryption speed: Encrypted 190 packets of 40 bytes (under 10 keys, 19 packets/key) Total time: 119304 clock ticks (238.61 usec) Encryption speed (cycles/packet): 627.92 Encryption speed (cycles/byte): 15.70 Encryption speed (Mbps): 254.81 Overhead: 178.1% Encrypted 34 packets of 576 bytes (under 1 keys, 34 packets/key) Total time: 122169 clock ticks (244.34 usec) Encryption speed (cycles/packet): 3593.21 Encryption speed (cycles/byte): 6.24 Encryption speed (Mbps): 641.21 Overhead: 10.5% Encrypted 13 packets of 1500 bytes (under 1 keys, 13 packets/key) Total time: 115549 clock ticks (231.10 usec) Encryption speed (cycles/packet): 8888.38 Encryption speed (cycles/byte): 5.93 Encryption speed (Mbps): 675.04 Overhead: 5.0% Weighted average (Simple Imix): Encryption speed (cycles/byte): 6.77 Encryption speed (Mbps): 590.67 Overhead: 20.0% Testing key setup speed: Did 360 key setups (under 10 keys, 36 setups/key) Total time: 126762 clock ticks (253.52 usec) Key setup speed (cycles/setup): 352.12 Key setup speed (setups/second): 1419983.91 Testing IV setup speed: Did 410 IV setups (under 10 keys, 41 setups/key) Total time: 121737 clock ticks (243.47 usec) IV setup speed (cycles/setup): 296.92 IV setup speed (setups/second): 1683958.04 Testing key agility: Encrypted 70 blocks of 256 bytes (each time switching contexts) Total time: 119612 clock ticks (239.22 usec) Encryption speed (cycles/byte): 6.67 Encryption speed (Mbps): 599.27 Overhead: 18.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 18:49:33 CET 2007 CPU: ------------------------------------------------------------------------------- Status of processor 0 as of: 01/29/07 15:51:44 Processor has been on-line since 11/22/2006 14:25:21 The alpha EV6 (21264) processor operates at 500 MHz, has a cache size of 4194304 bytes, and has an alpha internal floating point processor. COMPILER: ------------------------------------------------------------------------------- Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650) Compiler Driver V6.5-003 (sys) cc Driver COMPILATION: ------------------------------------------------------------------------------- make var=2 conf=cc_pca56_default cc -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=2 -I../../../../submissions/rabbit/opt/../../../include -I../../../../submissions/rabbit/opt -arch pca56 -c -o rabbit_cc_pca56.o ../../../../submissions/rabbit/opt/rabbit.c cc -arch pca56 ecrypt-test_cc_pca56.o ecrypt-sync_cc_pca56.o rabbit_cc_pca56.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- d2b934f03c7dfdbeae0d97db4709c6f8 -