[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.3

1.3     ! iwane       1: /* $OpenXM: OpenXM/src/ox_ntl/crypt/sha1/sha1.h,v 1.2 2004/03/25 13:34:19 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.3     ! iwane      12:
        !            13: void   sha1_md (unsigned int *, const unsigned char *);
1.1       iwane      14:
                     15:
                     16: #ifdef _WITH_NTL_
                     17:
                     18: int    ntl_sha1(ZZ &, const ZZ &);
                     19: int    ntl_sha1_h(ZZ &, const ZZ &, unsigned int *);
                     20:
                     21: #endif /* _WITH_NTL */
                     22:
                     23: #ifdef __cplusplus
                     24: }
                     25: #endif
                     26:
                     27: #endif /* __SHA1_H__ */
                     28:

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