******************************************************************************** * 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: 406788 clock ticks (239.29 usec) Encryption speed (cycles/byte): 5.52 Encryption speed (Mbps): 2464.92 Testing packet encryption speed: Encrypted 370 packets of 40 bytes (under 10 keys, 37 packets/key) Total time: 416533 clock ticks (245.02 usec) Encryption speed (cycles/packet): 1125.76 Encryption speed (cycles/byte): 28.14 Encryption speed (Mbps): 483.23 Overhead: 410.1% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 407225 clock ticks (239.54 usec) Encryption speed (cycles/packet): 4072.25 Encryption speed (cycles/byte): 7.07 Encryption speed (Mbps): 1923.65 Overhead: 28.1% Encrypted 45 packets of 1500 bytes (under 1 keys, 45 packets/key) Total time: 414699 clock ticks (243.94 usec) Encryption speed (cycles/packet): 9215.53 Encryption speed (cycles/byte): 6.14 Encryption speed (Mbps): 2213.65 Overhead: 11.4% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.17 Encryption speed (Mbps): 1663.70 Overhead: 48.2% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 325865 clock ticks (191.69 usec) Key setup speed (cycles/setup): 54.31 Key setup speed (setups/second): 31301305.76 Testing IV setup speed: Did 490 IV setups (under 10 keys, 49 setups/key) Total time: 411420 clock ticks (242.01 usec) IV setup speed (cycles/setup): 839.63 IV setup speed (setups/second): 2024694.96 Testing key agility: Encrypted 240 blocks of 256 bytes (each time switching contexts) Total time: 407288 clock ticks (239.58 usec) Encryption speed (cycles/byte): 6.63 Encryption speed (Mbps): 2051.58 Overhead: 20.1% 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: 406788 clock ticks (239.29 usec) Encryption speed (cycles/byte): 5.52 Encryption speed (Mbps): 2464.92 Testing packet encryption speed: Encrypted 370 packets of 40 bytes (under 10 keys, 37 packets/key) Total time: 415021 clock ticks (244.13 usec) Encryption speed (cycles/packet): 1121.68 Encryption speed (cycles/byte): 28.04 Encryption speed (Mbps): 484.99 Overhead: 408.2% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 407074 clock ticks (239.46 usec) Encryption speed (cycles/packet): 4070.74 Encryption speed (cycles/byte): 7.07 Encryption speed (Mbps): 1924.37 Overhead: 28.1% Encrypted 45 packets of 1500 bytes (under 1 keys, 45 packets/key) Total time: 414560 clock ticks (243.86 usec) Encryption speed (cycles/packet): 9212.44 Encryption speed (cycles/byte): 6.14 Encryption speed (Mbps): 2214.40 Overhead: 11.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.17 Encryption speed (Mbps): 1665.58 Overhead: 48.0% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 325865 clock ticks (191.69 usec) Key setup speed (cycles/setup): 54.31 Key setup speed (setups/second): 31301305.76 Testing IV setup speed: Did 500 IV setups (under 10 keys, 50 setups/key) Total time: 417874 clock ticks (245.81 usec) IV setup speed (cycles/setup): 835.75 IV setup speed (setups/second): 2034105.97 Testing key agility: Encrypted 240 blocks of 256 bytes (each time switching contexts) Total time: 407239 clock ticks (239.55 usec) Encryption speed (cycles/byte): 6.63 Encryption speed (Mbps): 2051.83 Overhead: 20.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:34:50 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_pentium3_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=pentium3 -c -o ecrypt-test_gcc_pentium3.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=pentium3 -c -o ecrypt-sync_gcc_pentium3.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=pentium3 -c -o trivium_gcc_pentium3.o ../../../submissions/trivium/trivium.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium3 ecrypt-test_gcc_pentium3.o ecrypt-sync_gcc_pentium3.o trivium_gcc_pentium3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- a84a04611c885054ce69bb362218d0dc -