******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: TRIVIUM ======================= 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: 64 bytes Testing stream encryption speed: Encrypted 18 blocks of 4096 bytes (under 1 keys, 18 blocks/key) Total time: 406759 clock ticks (239.27 usec) Encryption speed (cycles/byte): 5.52 Encryption speed (Mbps): 2465.10 Testing packet encryption speed: Encrypted 370 packets of 40 bytes (under 10 keys, 37 packets/key) Total time: 416641 clock ticks (245.08 usec) Encryption speed (cycles/packet): 1126.06 Encryption speed (cycles/byte): 28.15 Encryption speed (Mbps): 483.10 Overhead: 410.3% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 406939 clock ticks (239.38 usec) Encryption speed (cycles/packet): 4069.39 Encryption speed (cycles/byte): 7.06 Encryption speed (Mbps): 1925.01 Overhead: 28.1% Encrypted 45 packets of 1500 bytes (under 1 keys, 45 packets/key) Total time: 414829 clock ticks (244.02 usec) Encryption speed (cycles/packet): 9218.42 Encryption speed (cycles/byte): 6.15 Encryption speed (Mbps): 2212.96 Overhead: 11.4% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.17 Encryption speed (Mbps): 1664.02 Overhead: 48.1% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 326473 clock ticks (192.04 usec) Key setup speed (cycles/setup): 54.41 Key setup speed (setups/second): 31243012.44 Testing IV setup speed: Did 490 IV setups (under 10 keys, 49 setups/key) Total time: 411408 clock ticks (242.00 usec) IV setup speed (cycles/setup): 839.61 IV setup speed (setups/second): 2024754.02 Testing key agility: Encrypted 240 blocks of 256 bytes (each time switching contexts) Total time: 407428 clock ticks (239.66 usec) Encryption speed (cycles/byte): 6.63 Encryption speed (Mbps): 2050.88 Overhead: 20.2% End of performance measurements Primitive Name: TRIVIUM ======================= Profile: ___H3 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 18 blocks of 4096 bytes (under 1 keys, 18 blocks/key) Total time: 406759 clock ticks (239.27 usec) Encryption speed (cycles/byte): 5.52 Encryption speed (Mbps): 2465.10 Testing packet encryption speed: Encrypted 370 packets of 40 bytes (under 10 keys, 37 packets/key) Total time: 415031 clock ticks (244.14 usec) Encryption speed (cycles/packet): 1121.71 Encryption speed (cycles/byte): 28.04 Encryption speed (Mbps): 484.98 Overhead: 408.3% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 406904 clock ticks (239.36 usec) Encryption speed (cycles/packet): 4069.04 Encryption speed (cycles/byte): 7.06 Encryption speed (Mbps): 1925.17 Overhead: 28.0% Encrypted 45 packets of 1500 bytes (under 1 keys, 45 packets/key) Total time: 414606 clock ticks (243.89 usec) Encryption speed (cycles/packet): 9213.47 Encryption speed (cycles/byte): 6.14 Encryption speed (Mbps): 2214.15 Overhead: 11.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.16 Encryption speed (Mbps): 1665.86 Overhead: 48.0% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 326473 clock ticks (192.04 usec) Key setup speed (cycles/setup): 54.41 Key setup speed (setups/second): 31243012.44 Testing IV setup speed: Did 500 IV setups (under 10 keys, 50 setups/key) Total time: 417803 clock ticks (245.77 usec) IV setup speed (cycles/setup): 835.61 IV setup speed (setups/second): 2034451.64 Testing key agility: Encrypted 240 blocks of 256 bytes (each time switching contexts) Total time: 407342 clock ticks (239.61 usec) Encryption speed (cycles/byte): 6.63 Encryption speed (Mbps): 2051.31 Overhead: 20.2% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:19:39 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_pentium-m_O3-ual-ofp gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/trivium/../../include -I../../../submissions/trivium -march=pentium-m -c -o ecrypt-test_gcc_pentium-m.o ../../../submissions/trivium/../../test/ecrypt-test.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/trivium/../../include -I../../../submissions/trivium -march=pentium-m -c -o ecrypt-sync_gcc_pentium-m.o ../../../submissions/trivium/../../api/ecrypt-sync.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/trivium/../../include -I../../../submissions/trivium -march=pentium-m -c -o trivium_gcc_pentium-m.o ../../../submissions/trivium/trivium.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium-m ecrypt-test_gcc_pentium-m.o ecrypt-sync_gcc_pentium-m.o trivium_gcc_pentium-m.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- ce0c62ce799384ef3751b664b96a25b9 -