[BACK]Return to sha1.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl / crypt / sha1

Annotation of OpenXM/src/ox_ntl/crypt/sha1/sha1.h, Revision 1.2

1.2     ! iwane       1: /* $OpenXM: OpenXM/src/ox_ntl/crypt/sha1/sha1.h,v 1.1 2004/01/12 13:16:28 iwane Exp $ */
1.1       iwane       2:
                      3: #ifndef __SHA1_H__
                      4: #define __SHA1_H__
                      5:
                      6: #ifdef __cplusplus
                      7: extern "C" {
                      8: #endif
                      9:
                     10: int    sha1(unsigned char *, const unsigned char *, int len);
1.2     ! iwane      11: int    sha1_h(unsigned char *, const unsigned char *, int len, const unsigned int *_h);
1.1       iwane      12:
                     13:
                     14: #ifdef _WITH_NTL_
                     15:
                     16: int    ntl_sha1(ZZ &, const ZZ &);
                     17: int    ntl_sha1_h(ZZ &, const ZZ &, unsigned int *);
                     18:
                     19: #endif /* _WITH_NTL */
                     20:
                     21: #ifdef __cplusplus
                     22: }
                     23: #endif
                     24:
                     25: #endif /* __SHA1_H__ */
                     26:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>