This commit is contained in:
zzz
2009-12-30 22:25:34 +00:00
parent afd54fc212
commit 2528cd205d

View File

@ -22,7 +22,7 @@ import net.i2p.util.Log;
/** /**
* Defines the hash as defined by the I2P data structure spec. * Defines the hash as defined by the I2P data structure spec.
* AA hash is the SHA-256 of some data, taking up 32 bytes. * A hash is the SHA-256 of some data, taking up 32 bytes.
* *
* @author jrandom * @author jrandom
*/ */