mirror of
https://github.com/sheumann/65816-crypto.git
synced 2025-02-16 13:30:25 +00:00
Fix typos in comments.
This commit is contained in:
parent
95acb9f43f
commit
4f7c6c0eb8
4
aes.asm
4
aes.asm
@ -329,7 +329,7 @@ aes_encrypt start
|
|||||||
|
|
||||||
|
|
||||||
* Call with DP = AES context structure (with key expanded),
|
* Call with DP = AES context structure (with key expanded),
|
||||||
* DP = bank containing AES tables.
|
* DB = bank containing AES tables.
|
||||||
AES_ENCRYPT start
|
AES_ENCRYPT start
|
||||||
using tables
|
using tables
|
||||||
|
|
||||||
@ -399,7 +399,7 @@ aes256_decrypt start
|
|||||||
end
|
end
|
||||||
|
|
||||||
* Call with DP = AES context structure (with key expanded),
|
* Call with DP = AES context structure (with key expanded),
|
||||||
* DP = bank containing AES tables.
|
* DB = bank containing AES tables.
|
||||||
AES_DECRYPT start
|
AES_DECRYPT start
|
||||||
using tables
|
using tables
|
||||||
ShortRegs
|
ShortRegs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user