]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes_invsbox-asm.S
big bug fixed, still some problems with flow control
[avr-crypto-lib.git] / aes_invsbox-asm.S
index 11dec9600363bbed1477bfcce5fd8d5f4b86a665..9ab899f6287146975f6948d13dc63a29137dd674 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_sbox-asm.S */
 /*
-    This file is part of the This file is part of the AVR-Crypto-Lib.
+    This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -24,7 +24,7 @@
  * \license  GPLv3 or later
  * 
  */
-
+.balign 256
 .global aes_invsbox
 aes_invsbox:
 .byte 0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38, 0xbf, 0x40, 0xa3, 0x9e, 0x81, 0xf3, 0xd7, 0xfb