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

*** empty log message ***

Rev: src/nettle/ChangeLog:1.93
parent 83839e0e
No related branches found
No related tags found
No related merge requests found
2002-05-15 Niels Möller <nisse@cuckoo.hack.org>
* sparc/aes.asm: wtxt needs no register of it's own, as its
pointed to by %sp. %g5 moved to %l0, the register previously
allocated for wtxt, so that we stay clean of the reserved %g
registers.
2002-05-14 Niels Möller <nisse@cuckoo.hack.org>
* sparc/aes.asm: Avoid using %g6 and %g7, as they are reserved for
operating sytem use. Use %i5 and %o7 instead. Also moved %g4 to %g1.
(_aes_crypt): Allocate only 32 bytes local storage on the stack.
Calculate wtxt and tmp using offsets from %sp, not %fp.
2002-05-14 Niels Möller <niels@s3.kth.se> 2002-05-14 Niels Möller <niels@s3.kth.se>
* x86/aes-encrypt.asm (aes_encrypt): Replaced first quarter of the * x86/aes-encrypt.asm (aes_encrypt): Replaced first quarter of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment