Difference between revisions of "83Plus:RAM:83A5"
From WikiTI
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:RAM:By_Name|MD5Buffer]] [[Category:83Plus:RAM:By_Address|83A5 - MD5Buffer]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | ''' | + | '''Unofficial Name:''' MD5Buffer |
− | '''Memory Address:''' | + | '''Memory Address:''' 83A5h |
− | '''Length:''' | + | '''Length:''' 64 bytes. |
− | This area of memory stores | + | This area of memory stores up to 64 bytes that have been passed to [[83Plus:BCALLs:8090|MD5Update]] prior to them being hashed (since the MD5 algorithm works on blocks of 512 bits at a time.) |
== Comments == | == Comments == | ||
− | + | As with [[83Plus:RAM:8259|MD5Temp]], this area is probably safe to use as long as no MD5 calculations take place. | |
− | + | ||
− | + | ||
− | + |
Latest revision as of 21:21, 29 March 2005
Synopsis
Unofficial Name: MD5Buffer
Memory Address: 83A5h
Length: 64 bytes.
This area of memory stores up to 64 bytes that have been passed to MD5Update prior to them being hashed (since the MD5 algorithm works on blocks of 512 bits at a time.)
Comments
As with MD5Temp, this area is probably safe to use as long as no MD5 calculations take place.