******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: TRIVIUM ======================= Profile: ___H! 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: 64 bytes Testing stream encryption speed: Encrypted 19 blocks of 4096 bytes (under 1 keys, 19 blocks/key) Total time: 409803 clock ticks (241.06 usec) Encryption speed (cycles/byte): 5.27 Encryption speed (Mbps): 2582.72 Testing packet encryption speed: Encrypted 390 packets of 40 bytes (under 10 keys, 39 packets/key) Total time: 408634 clock ticks (240.37 usec) Encryption speed (cycles/packet): 1047.78 Encryption speed (cycles/byte): 26.19 Encryption speed (Mbps): 519.19 Overhead: 397.4% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 385518 clock ticks (226.78 usec) Encryption speed (cycles/packet): 3855.18 Encryption speed (cycles/byte): 6.69 Encryption speed (Mbps): 2031.97 Overhead: 27.1% Encrypted 47 packets of 1500 bytes (under 1 keys, 47 packets/key) Total time: 412462 clock ticks (242.62 usec) Encryption speed (cycles/packet): 8775.79 Encryption speed (cycles/byte): 5.85 Encryption speed (Mbps): 2324.58 Overhead: 11.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 7.72 Encryption speed (Mbps): 1761.52 Overhead: 46.6% Testing key setup speed: Did 5000 key setups (under 10 keys, 500 setups/key) Total time: 252229 clock ticks (148.37 usec) Key setup speed (cycles/setup): 50.45 Key setup speed (setups/second): 33699534.95 Testing IV setup speed: Did 500 IV setups (under 10 keys, 50 setups/key) Total time: 386708 clock ticks (227.48 usec) IV setup speed (cycles/setup): 773.42 IV setup speed (setups/second): 2198040.90 Testing key agility: Encrypted 250 blocks of 256 bytes (each time switching contexts) Total time: 407974 clock ticks (239.98 usec) Encryption speed (cycles/byte): 6.37 Encryption speed (Mbps): 2133.47 Overhead: 21.1% End of performance measurements Primitive Name: TRIVIUM ======================= Profile: ___H! Key size: 80 bits IV size: 80 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 64 bytes Testing stream encryption speed: Encrypted 19 blocks of 4096 bytes (under 1 keys, 19 blocks/key) Total time: 409803 clock ticks (241.06 usec) Encryption speed (cycles/byte): 5.27 Encryption speed (Mbps): 2582.72 Testing packet encryption speed: Encrypted 390 packets of 40 bytes (under 10 keys, 39 packets/key) Total time: 411607 clock ticks (242.12 usec) Encryption speed (cycles/packet): 1055.40 Encryption speed (cycles/byte): 26.39 Encryption speed (Mbps): 515.44 Overhead: 401.1% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 386220 clock ticks (227.19 usec) Encryption speed (cycles/packet): 3862.20 Encryption speed (cycles/byte): 6.71 Encryption speed (Mbps): 2028.27 Overhead: 27.3% Encrypted 47 packets of 1500 bytes (under 1 keys, 47 packets/key) Total time: 412709 clock ticks (242.77 usec) Encryption speed (cycles/packet): 8781.04 Encryption speed (cycles/byte): 5.85 Encryption speed (Mbps): 2323.19 Overhead: 11.2% Weighted average (Simple Imix): Encryption speed (cycles/byte): 7.74 Encryption speed (Mbps): 1756.69 Overhead: 47.0% Testing key setup speed: Did 5000 key setups (under 10 keys, 500 setups/key) Total time: 252229 clock ticks (148.37 usec) Key setup speed (cycles/setup): 50.45 Key setup speed (setups/second): 33699534.95 Testing IV setup speed: Did 500 IV setups (under 10 keys, 50 setups/key) Total time: 390244 clock ticks (229.56 usec) IV setup speed (cycles/setup): 780.49 IV setup speed (setups/second): 2178124.46 Testing key agility: Encrypted 250 blocks of 256 bytes (each time switching contexts) Total time: 407890 clock ticks (239.94 usec) Encryption speed (cycles/byte): 6.37 Encryption speed (Mbps): 2133.91 Overhead: 21.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 03:44:40 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=1 conf=gcc_athlon_O3-ofp gcc -Wall -pedantic -std=c99 -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/trivium/../../include -I../../../../submissions/trivium -march=athlon -c -o ecrypt-test_gcc_athlon.o ../../../../submissions/trivium/../../test/ecrypt-test.c gcc -Wall -pedantic -std=c99 -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/trivium/../../include -I../../../../submissions/trivium -march=athlon -c -o ecrypt-sync_gcc_athlon.o ../../../../submissions/trivium/../../api/ecrypt-sync.c gcc -Wall -pedantic -std=c99 -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/trivium/../../include -I../../../../submissions/trivium -march=athlon -c -o trivium_gcc_athlon.o ../../../../submissions/trivium/trivium.c gcc -Wall -pedantic -std=c99 -O3 -fomit-frame-pointer -march=athlon ecrypt-test_gcc_athlon.o ecrypt-sync_gcc_athlon.o trivium_gcc_athlon.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 11e067751e9679854545c60ad3483d69 -