Difference between revisions of "83Plus:RAM:8292"
From WikiTI
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:RAM:By_Name|MD5Hash]] [[Category:83Plus:RAM:By_Address|8292 - MD5Hash]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' | + | '''Official Name:''' MD5Hash |
− | '''Memory Address:''' | + | '''Memory Address:''' 8292h |
− | '''Length:''' | + | '''Length:''' 16 bytes. |
− | This area of memory stores the | + | This area of memory stores the MD5 hash calculated by [[83Plus:BCALLs:808D|MD5Init]], [[83Plus:BCALLs:8090|MD5Update]], and [[83Plus:BCALLs:8018|MD5Final]]. |
== 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]]. | |
− | + | This area is also sometimes treated as part of a [[83Plus:OS:Big Integers|big integer]] which starts at 8291h. | |
− | + |
Latest revision as of 21:21, 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.