******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Edon80 ====================== Profile: HW Key size: 80 bits IV size: 64 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 1456 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 1214459 clock ticks (36456.56 usec) Encryption speed (cycles/byte): 4743.98 Encryption speed (Mbps): 0.90 Testing packet encryption speed: Encrypted 1 packets of 40 bytes (under 1 keys, 1 packets/key) Total time: 15902 clock ticks (477.36 usec) Encryption speed (cycles/packet): 254432.00 Encryption speed (cycles/byte): 6360.80 Encryption speed (Mbps): 0.67 Overhead: 34.1% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 174867 clock ticks (5249.29 usec) Encryption speed (cycles/packet): 2797872.00 Encryption speed (cycles/byte): 4857.42 Encryption speed (Mbps): 0.88 Overhead: 2.4% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 448430 clock ticks (13461.31 usec) Encryption speed (cycles/packet): 7174880.00 Encryption speed (cycles/byte): 4783.25 Encryption speed (Mbps): 0.89 Overhead: 0.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4933.25 Encryption speed (Mbps): 0.86 Overhead: 4.0% Testing key setup speed: Did 29 key setups (under 1 keys, 29 setups/key) Total time: 8294 clock ticks (248.98 usec) Key setup speed (cycles/setup): 4576.00 Key setup speed (setups/second): 116477.27 Testing IV setup speed: Did 2 IV setups (under 1 keys, 2 setups/key) Total time: 8064 clock ticks (242.07 usec) IV setup speed (cycles/setup): 64512.00 IV setup speed (setups/second): 8262.03 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 76039 clock ticks (2282.60 usec) Encryption speed (cycles/byte): 4752.44 Encryption speed (Mbps): 0.90 Overhead: 0.2% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 03:33:04 CST 2005 CPU: ------------------------------------------------------------------------------- processor : 0 cpu : 7410, altivec supported temperature : 55-57 C (uncalibrated) clock : 533MHz revision : 0.3 (pvr 800c 1103) bogomips : 1060.86 processor : 1 cpu : 7410, altivec supported temperature : 26-28 C (uncalibrated) clock : 533MHz revision : 0.3 (pvr 800c 1103) bogomips : 1060.86 total bogomips : 2121.72 machine : PowerMac3,4 motherboard : PowerMac3,4 MacRISC2 MacRISC Power Macintosh detected as : 69 (PowerMac G4 Silver) pmac flags : 00000010 L2 cache : 1024K unified memory : 256MB pmac-generation : NewWorld COMPILER: ------------------------------------------------------------------------------- Reading specs from /usr/lib/gcc/powerpc-linux-gnu/3.4.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --disable-softfloat powerpc-linux-gnu Thread model: posix gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc-3.4_default_O3-ofp gcc-3.4 -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/edon80/../../include -I../../../submissions/edon80 -c -o edon80_gcc_default.o ../../../submissions/edon80/edon80.c gcc-3.4 -Wall -pedantic -ansi -O3 -fomit-frame-pointer ecrypt-test_gcc_default.o ecrypt-sync_gcc_default.o edon80_gcc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- f30f0b3a4051063a14d75d81ad1d2429 -