Difference between revisions of "83Plus:RAM:8292"
From WikiTI
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== 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]]. | |
− | + | ||
− | + | ||
− | + |
Revision as of 18:37, 27 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.