forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@@ -311,6 +311,7 @@ public class DSAEngine {
|
|||||||
* Reads the stream until EOF. Does not close the stream.
|
* Reads the stream until EOF. Does not close the stream.
|
||||||
*
|
*
|
||||||
* @return hash SHA-1 hash, NOT a SHA-256 hash
|
* @return hash SHA-1 hash, NOT a SHA-256 hash
|
||||||
|
* @deprecated unused
|
||||||
*/
|
*/
|
||||||
public SHA1Hash calculateHash(InputStream in) {
|
public SHA1Hash calculateHash(InputStream in) {
|
||||||
MessageDigest digest = SHA1.getInstance();
|
MessageDigest digest = SHA1.getInstance();
|
||||||
|
Reference in New Issue
Block a user