******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Rabbit ====================== Profile: S._H. Key size: 128 bits IV size: 64 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 136 bytes Testing stream encryption speed: Encrypted 16 blocks of 4096 bytes (under 1 keys, 16 blocks/key) Total time: 409490 clock ticks (240.88 usec) Encryption speed (cycles/byte): 6.25 Encryption speed (Mbps): 2176.58 Testing packet encryption speed: Encrypted 500 packets of 40 bytes (under 10 keys, 50 packets/key) Total time: 377020 clock ticks (221.78 usec) Encryption speed (cycles/packet): 754.04 Encryption speed (cycles/byte): 18.85 Encryption speed (Mbps): 721.45 Overhead: 201.7% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 393387 clock ticks (231.40 usec) Encryption speed (cycles/packet): 3933.87 Encryption speed (cycles/byte): 6.83 Encryption speed (Mbps): 1991.32 Overhead: 9.3% Encrypted 43 packets of 1500 bytes (under 1 keys, 43 packets/key) Total time: 413646 clock ticks (243.32 usec) Encryption speed (cycles/packet): 9619.67 Encryption speed (cycles/byte): 6.41 Encryption speed (Mbps): 2120.65 Overhead: 2.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 7.50 Encryption speed (Mbps): 1813.13 Overhead: 20.0% Testing key setup speed: Did 1000 key setups (under 10 keys, 100 setups/key) Total time: 403662 clock ticks (237.45 usec) Key setup speed (cycles/setup): 403.66 Key setup speed (setups/second): 4211444.23 Testing IV setup speed: Did 1000 IV setups (under 10 keys, 100 setups/key) Total time: 386999 clock ticks (227.65 usec) IV setup speed (cycles/setup): 387.00 IV setup speed (setups/second): 4392776.21 Testing key agility: Encrypted 220 blocks of 256 bytes (each time switching contexts) Total time: 424242 clock ticks (249.55 usec) Encryption speed (cycles/byte): 7.53 Encryption speed (Mbps): 1805.46 Overhead: 20.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 02:31:00 CET 2007 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 9 model name : Intel(R) Pentium(R) M processor 1700MHz stepping : 5 cpu MHz : 598.123 cache size : 1024 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2 bogomips : 3393.33 COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5) COMPILATION: ------------------------------------------------------------------------------- make var=4 conf=gcc_k8_O3-ual-ofp gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=4 -I../../../../../submissions/rabbit/opt/../../../include -I../../../../../submissions/rabbit/opt -march=k8 -c -o rabbit_gcc_k8.o ../../../../../submissions/rabbit/opt/rabbit.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=k8 ecrypt-test_gcc_k8.o ecrypt-sync_gcc_k8.o rabbit_gcc_k8.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 514ee76c5faa86cc74e51f58815a5dde -