Skip to content
Snippets Groups Projects
Commit c0b0355a authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/ChangeLog:1.347
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.2
parent 9da85cdf
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -62,7 +62,15 @@ PROLOGUE(_nettle_aes_encrypt)
.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment