Added SILC Thread Queue API
[silc.git] / lib / silccrypt / sha256_internal.h
index 6f61fbb6181a180f678b26e99dfe38afc9e633d7..4ad57221aafd221d4997f2042b1c034a7ebaed85 100644 (file)
@@ -10,7 +10,7 @@
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
-  
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -29,9 +29,9 @@ typedef struct {
 } sha256_state;
 
 int sha256_init(sha256_state * md);
-int sha256_process(sha256_state * md, const unsigned char *in, 
+int sha256_process(sha256_state * md, const unsigned char *in,
                   unsigned long inlen);
 int sha256_done(sha256_state * md, unsigned char *hash);
-int sha256_compress(SilcUInt32 *state, unsigned char *buf);
+void sha256_transform(SilcUInt32 *state, unsigned char *buf);
 
 #endif /* SHA256_INTERNAL_H */