Rev: src/nettle/ChangeLog:1.347
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.2
2005-10-15 Niels Möller <nisse@lysator.liu.se>
+ * configure.ac (OBJDUMP): Substitute the program false if objdump
+ is not found.
+
* asm.m4 (PROLOGUE): Use TYPE_FUNCTION.
* config.m4.in: Substitute ASM_TYPE_FUNCTION as TYPE_FUNCTION.
.Lblock_loop:
C Read src, and add initial subkey
+
.Lend:
ret
restore
EPILOGUE(_nettle_aes_encrypt)
+
+C Some stats from adriana.lysator.liu.se (SS1000$, 85 MHz), for AES 128
+
+C nettle-1.13 C-code: 1.2 MB/s, 1107 cycles/block
+C nettle-1.13 assembler: 2.3 MB/s, 572 cycles/block
+
+