******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Edon80 ====================== Profile: ___H3 Key size: 80 bits IV size: 64 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 1456 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 20089863 clock ticks (11817.57 usec) Encryption speed (cycles/byte): 4904.75 Encryption speed (Mbps): 2.77 Testing packet encryption speed: Encrypted 1 packets of 40 bytes (under 1 keys, 1 packets/key) Total time: 260174 clock ticks (153.04 usec) Encryption speed (cycles/packet): 260174.00 Encryption speed (cycles/byte): 6504.35 Encryption speed (Mbps): 2.09 Overhead: 32.6% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 2878025 clock ticks (1692.96 usec) Encryption speed (cycles/packet): 2878025.00 Encryption speed (cycles/byte): 4996.57 Encryption speed (Mbps): 2.72 Overhead: 1.9% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 7410193 clock ticks (4358.94 usec) Encryption speed (cycles/packet): 7410193.00 Encryption speed (cycles/byte): 4940.13 Encryption speed (Mbps): 2.75 Overhead: 0.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 5079.21 Encryption speed (Mbps): 2.68 Overhead: 3.6% Testing key setup speed: Did 150 key setups (under 10 keys, 15 setups/key) Total time: 407824 clock ticks (239.90 usec) Key setup speed (cycles/setup): 2718.83 Key setup speed (setups/second): 625269.72 Testing IV setup speed: Did 6 IV setups (under 1 keys, 6 setups/key) Total time: 387511 clock ticks (227.95 usec) IV setup speed (cycles/setup): 64585.17 IV setup speed (setups/second): 26321.83 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 1253872 clock ticks (737.57 usec) Encryption speed (cycles/byte): 4897.94 Encryption speed (Mbps): 2.78 Overhead: -0.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 08:05:17 CET 2008 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 9 model name : Intel(R) Pentium(R) M processor 1700MHz stepping : 5 cpu MHz : 1700.000 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 up est tm2 bogomips : 3391.40 clflush size : 64 COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_k8_O3-ual-ofp gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/edon80/../../include -I../../../submissions/edon80 -march=k8 -c -o ecrypt-test_gcc_k8.o ../../../submissions/edon80/../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/edon80/../../include -I../../../submissions/edon80 -march=k8 -c -o ecrypt-sync_gcc_k8.o ../../../submissions/edon80/../../api/ecrypt-sync.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/edon80/../../include -I../../../submissions/edon80 -march=k8 -c -o edon80_gcc_k8.o ../../../submissions/edon80/edon80.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=k8 ecrypt-test_gcc_k8.o ecrypt-sync_gcc_k8.o edon80_gcc_k8.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 9ed8be536b4845b196e6812c888310f7 -