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

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

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

revision 1.7 by mark, Sun Jul 14 21:16:11 2002 UTC revision 1.8 by tromey, Tue Nov 5 04:12:54 2002 UTC
# Line 1  Line 1 
1  /* SHA.java -- Class implementing the SHA-1 algorithm as specified in [1].  /* SHA.java -- Class implementing the SHA-1 algorithm as specified in [1].
2     Copyright (C) 1999, 2000 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 58  public class SHA extends MessageDigest i Line 58  public class SHA extends MessageDigest i
58    
59    public int engineGetDigestLength()    public int engineGetDigestLength()
60    {    {
61      return 16;      return 20;
62    }    }
63    
64    public void engineUpdate (byte b)    public void engineUpdate (byte b)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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