******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Yamb ==================== Profile: _____ 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: 612 bytes Testing stream encryption speed: Encrypted 8 blocks of 4096 bytes (under 1 keys, 8 blocks/key) Total time: 409887 clock ticks (241.11 usec) Encryption speed (cycles/byte): 12.51 Encryption speed (Mbps): 1087.24 Testing packet encryption speed: Encrypted 9 packets of 40 bytes (under 1 keys, 9 packets/key) Total time: 416094 clock ticks (244.76 usec) Encryption speed (cycles/packet): 46232.67 Encryption speed (cycles/byte): 1155.82 Encryption speed (Mbps): 11.77 Overhead: 9140.1% Encrypted 8 packets of 576 bytes (under 1 keys, 8 packets/key) Total time: 421398 clock ticks (247.88 usec) Encryption speed (cycles/packet): 52674.75 Encryption speed (cycles/byte): 91.45 Encryption speed (Mbps): 148.72 Overhead: 631.1% Encrypted 6 packets of 1500 bytes (under 1 keys, 6 packets/key) Total time: 376542 clock ticks (221.50 usec) Encryption speed (cycles/packet): 62757.00 Encryption speed (cycles/byte): 41.84 Encryption speed (Mbps): 325.06 Overhead: 234.5% Weighted average (Simple Imix): Encryption speed (cycles/byte): 146.20 Encryption speed (Mbps): 93.02 Overhead: 1068.8% Testing key setup speed: Did 5000 key setups (under 10 keys, 500 setups/key) Total time: 493231 clock ticks (290.14 usec) Key setup speed (cycles/setup): 98.65 Key setup speed (setups/second): 17233304.48 Testing IV setup speed: Did 9 IV setups (under 1 keys, 9 setups/key) Total time: 392437 clock ticks (230.85 usec) IV setup speed (cycles/setup): 43604.11 IV setup speed (setups/second): 38987.15 Testing key agility: Encrypted 90 blocks of 256 bytes (each time switching contexts) Total time: 413558 clock ticks (243.27 usec) Encryption speed (cycles/byte): 17.95 Encryption speed (Mbps): 757.68 Overhead: 43.5% End of performance measurements Primitive Name: Yamb ==================== Profile: _____ Key size: 256 bits IV size: 128 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 612 bytes Testing stream encryption speed: Encrypted 8 blocks of 4096 bytes (under 1 keys, 8 blocks/key) Total time: 409610 clock ticks (240.95 usec) Encryption speed (cycles/byte): 12.50 Encryption speed (Mbps): 1087.97 Testing packet encryption speed: Encrypted 9 packets of 40 bytes (under 1 keys, 9 packets/key) Total time: 413775 clock ticks (243.40 usec) Encryption speed (cycles/packet): 45975.00 Encryption speed (cycles/byte): 1149.38 Encryption speed (Mbps): 11.83 Overhead: 9094.8% Encrypted 8 packets of 576 bytes (under 1 keys, 8 packets/key) Total time: 419423 clock ticks (246.72 usec) Encryption speed (cycles/packet): 52427.88 Encryption speed (cycles/byte): 91.02 Encryption speed (Mbps): 149.42 Overhead: 628.1% Encrypted 6 packets of 1500 bytes (under 1 keys, 6 packets/key) Total time: 375018 clock ticks (220.60 usec) Encryption speed (cycles/packet): 62503.00 Encryption speed (cycles/byte): 41.67 Encryption speed (Mbps): 326.38 Overhead: 233.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 145.46 Encryption speed (Mbps): 93.50 Overhead: 1063.6% Testing key setup speed: Did 3400 key setups (under 10 keys, 340 setups/key) Total time: 454850 clock ticks (267.56 usec) Key setup speed (cycles/setup): 133.78 Key setup speed (setups/second): 12707485.98 Testing IV setup speed: Did 9 IV setups (under 1 keys, 9 setups/key) Total time: 390501 clock ticks (229.71 usec) IV setup speed (cycles/setup): 43389.00 IV setup speed (setups/second): 39180.44 Testing key agility: Encrypted 90 blocks of 256 bytes (each time switching contexts) Total time: 412570 clock ticks (242.69 usec) Encryption speed (cycles/byte): 17.91 Encryption speed (Mbps): 759.49 Overhead: 43.2% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 02:55:09 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: ------------------------------------------------------------------------------- Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. usage: cl [ option... ] filename... [ /link linkoption... ] COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=cl_G7_O2 cl -nologo -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/yamb/yamb256/../../../include -I../../../../../submissions/yamb/yamb256 -G7 -c -Foecrypt-test_msvc_G7.obj ../../../../../submissions/yamb/yamb256/../../../test/ecrypt-test.c ecrypt-test.c cl -nologo -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/yamb/yamb256/../../../include -I../../../../../submissions/yamb/yamb256 -G7 -c -Foecrypt-sync_msvc_G7.obj ../../../../../submissions/yamb/yamb256/../../../api/ecrypt-sync.c ecrypt-sync.c cl -nologo -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/yamb/yamb256/../../../include -I../../../../../submissions/yamb/yamb256 -G7 -c -Foyamb_msvc_G7.obj ../../../../../submissions/yamb/yamb256/yamb.c yamb.c cl -nologo -O2 -G7 ecrypt-test_msvc_G7.obj ecrypt-sync_msvc_G7.obj yamb_msvc_G7.obj -o ecrypt-test.exe EXECUTABLE: ------------------------------------------------------------------------------- d4b840dfb92972b0ba19f6641b51a8ed -