******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Salsa20/12 ========================== Profile: S3___ 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: 64 bytes Testing stream encryption speed: Encrypted 13 blocks of 4096 bytes (under 1 keys, 13 blocks/key) Total time: 395798 clock ticks (232.82 usec) Encryption speed (cycles/byte): 7.43 Encryption speed (Mbps): 1829.65 Testing packet encryption speed: Encrypted 470 packets of 40 bytes (under 10 keys, 47 packets/key) Total time: 415955 clock ticks (244.68 usec) Encryption speed (cycles/packet): 885.01 Encryption speed (cycles/byte): 22.13 Encryption speed (Mbps): 614.68 Overhead: 197.7% Encrypted 90 packets of 576 bytes (under 1 keys, 90 packets/key) Total time: 395880 clock ticks (232.87 usec) Encryption speed (cycles/packet): 4398.67 Encryption speed (cycles/byte): 7.64 Encryption speed (Mbps): 1780.90 Overhead: 2.7% Encrypted 35 packets of 1500 bytes (under 1 keys, 35 packets/key) Total time: 410901 clock ticks (241.71 usec) Encryption speed (cycles/packet): 11740.03 Encryption speed (cycles/byte): 7.83 Encryption speed (Mbps): 1737.64 Overhead: 5.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.70 Encryption speed (Mbps): 1563.26 Overhead: 17.0% Testing key setup speed: Did 8000 key setups (under 10 keys, 800 setups/key) Total time: 353050 clock ticks (207.68 usec) Key setup speed (cycles/setup): 44.13 Key setup speed (setups/second): 38521455.88 Testing IV setup speed: Did 9000 IV setups (under 10 keys, 900 setups/key) Total time: 291788 clock ticks (171.64 usec) IV setup speed (cycles/setup): 32.42 IV setup speed (setups/second): 52435329.76 Testing key agility: Encrypted 190 blocks of 256 bytes (each time switching contexts) Total time: 418479 clock ticks (246.16 usec) Encryption speed (cycles/byte): 8.60 Encryption speed (Mbps): 1580.73 Overhead: 15.7% End of performance measurements Primitive Name: Salsa20/12 ========================== Profile: S3___ Key size: 256 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 13 blocks of 4096 bytes (under 1 keys, 13 blocks/key) Total time: 395798 clock ticks (232.82 usec) Encryption speed (cycles/byte): 7.43 Encryption speed (Mbps): 1829.65 Testing packet encryption speed: Encrypted 470 packets of 40 bytes (under 10 keys, 47 packets/key) Total time: 413805 clock ticks (243.41 usec) Encryption speed (cycles/packet): 880.44 Encryption speed (cycles/byte): 22.01 Encryption speed (Mbps): 617.88 Overhead: 196.1% Encrypted 90 packets of 576 bytes (under 1 keys, 90 packets/key) Total time: 395880 clock ticks (232.87 usec) Encryption speed (cycles/packet): 4398.67 Encryption speed (cycles/byte): 7.64 Encryption speed (Mbps): 1780.90 Overhead: 2.7% Encrypted 35 packets of 1500 bytes (under 1 keys, 35 packets/key) Total time: 410901 clock ticks (241.71 usec) Encryption speed (cycles/packet): 11740.03 Encryption speed (cycles/byte): 7.83 Encryption speed (Mbps): 1737.64 Overhead: 5.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.69 Encryption speed (Mbps): 1564.67 Overhead: 16.9% Testing key setup speed: Did 8000 key setups (under 10 keys, 800 setups/key) Total time: 350904 clock ticks (206.41 usec) Key setup speed (cycles/setup): 43.86 Key setup speed (setups/second): 38757038.96 Testing IV setup speed: Did 9000 IV setups (under 10 keys, 900 setups/key) Total time: 291788 clock ticks (171.64 usec) IV setup speed (cycles/setup): 32.42 IV setup speed (setups/second): 52435329.76 Testing key agility: Encrypted 190 blocks of 256 bytes (each time switching contexts) Total time: 418270 clock ticks (246.04 usec) Encryption speed (cycles/byte): 8.60 Encryption speed (Mbps): 1581.52 Overhead: 15.7% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:18:42 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 -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5/../../../../../include -I../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5 -march=pentium-m -c -o ecrypt-test_gcc_pentium-m.o ../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5/../../../../../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/salsa20/reduced/12-rounds/x86-xmm5/../../../../../include -I../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5 -march=pentium-m -c -o ecrypt-sync_gcc_pentium-m.o ../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5/../../../../../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/salsa20/reduced/12-rounds/x86-xmm5/../../../../../include -I../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5 -march=pentium-m -c -o salsa20_gcc_pentium-m.o ../../../../../../submissions/salsa20/reduced/12-rounds/x86-xmm5/salsa20.s gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium-m ecrypt-test_gcc_pentium-m.o ecrypt-sync_gcc_pentium-m.o salsa20_gcc_pentium-m.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 82a40512f980675f292870e40aa03dfd -