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

Annotation of OpenXM/src/ox_ntl/crypt/radix/radix64.h, Revision 1.1

1.1     ! iwane       1: /* $OpenXM$ */
        !             2:
        !             3: #ifndef __RADIX64_H__
        !             4: #define __RADIX64_H__
        !             5:
        !             6: #ifdef __cplusplus
        !             7: extern "C" {
        !             8: #endif
        !             9:
        !            10: #include <stdio.h>
        !            11:
        !            12: typedef long crc24;
        !            13: crc24  crc_octets(const unsigned char *, size_t);
        !            14:
        !            15: int    radix64_enc     (const unsigned char *, int, unsigned char *, int);
        !            16: int    radix64_dec     (const unsigned char *, int, unsigned char *, int);
        !            17:
        !            18:
        !            19:
        !            20:
        !            21:
        !            22: #ifdef __cplusplus
        !            23: }
        !            24: #endif
        !            25:
        !            26: #endif /* __RADIX64_H__ */
        !            27:

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