/[classpath]/classpath/gnu/java/security/provider/MD5.java
ViewVC logotype

Diff of /classpath/gnu/java/security/provider/MD5.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Mon Jul 22 23:13:21 2002 UTC revision 1.5 by tromey, Tue Nov 5 04:12:54 2002 UTC
# Line 77  public class MD5 extends MessageDigest i Line 77  public class MD5 extends MessageDigest i
77    
78    public int engineGetDigestLength()    public int engineGetDigestLength()
79    {    {
80      return 20;      return 16;
81    }    }
82    
83    // Intialize the A,B,C,D needed for the hash    // Intialize the A,B,C,D needed for the hash

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26