SHA.java (engineGetDigestLength): Return 20.
2002-11-04 R. A. Rivas Diaz <rivasdiaz@yahoo.com> * gnu/java/security/provider/SHA.java (engineGetDigestLength): Return 20. * gnu/java/security/provider/MD5.java (engineGetDigestLength): Return 16. From-SVN: r58807
This commit is contained in:
committed by
Tom Tromey
parent
5dbc91f572
commit
9c31fc1bd6
@@ -77,7 +77,7 @@ public class MD5 extends MessageDigest implements Cloneable
|
||||
|
||||
public int engineGetDigestLength()
|
||||
{
|
||||
return 20;
|
||||
return 16;
|
||||
}
|
||||
|
||||
// Intialize the A,B,C,D needed for the hash
|
||||
|
||||
Reference in New Issue
Block a user