Difference between revisions of "83Plus:RAM:8292"
From WikiTI
m (Added category) |
(→Comments) |
||
Line 12: | Line 12: | ||
== Comments == | == Comments == | ||
Note that this area is only updated for every 64 bytes passed to [[83Plus:BCALLs:8090|MD5Update]]; the final block, including padding and length, is added by [[83Plus:BCALLs:8018|MD5Final]]. | Note that this area is only updated for every 64 bytes passed to [[83Plus:BCALLs:8090|MD5Update]]; the final block, including padding and length, is added by [[83Plus:BCALLs:8018|MD5Final]]. | ||
+ | |||
+ | This area is also sometimes treated as part of a big integer which starts at 8291h. |
Revision as of 08:52, 29 March 2005
Synopsis
Official Name: MD5Hash
Memory Address: 8292h
Length: 16 bytes.
This area of memory stores the MD5 hash calculated by MD5Init, MD5Update, and MD5Final.
Comments
Note that this area is only updated for every 64 bytes passed to MD5Update; the final block, including padding and length, is added by MD5Final.
This area is also sometimes treated as part of a big integer which starts at 8291h.