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

File: [local] / OpenXM / src / ox_ntl / crypt / radix / radix64.h (download)

Revision 1.1, Mon Jan 12 14:52:18 2004 UTC (20 years, 4 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

Radix-64 conversion

/* $OpenXM: OpenXM/src/ox_ntl/crypt/radix/radix64.h,v 1.1 2004/01/12 14:52:18 iwane Exp $ */

#ifndef __RADIX64_H__
#define __RADIX64_H__

#ifdef __cplusplus
extern "C" {
#endif

#include <stdio.h>

typedef long crc24;
crc24	crc_octets(const unsigned char *, size_t);

int	radix64_enc	(const unsigned char *, int, unsigned char *, int);
int	radix64_dec	(const unsigned char *, int, unsigned char *, int);





#ifdef __cplusplus
}
#endif

#endif /* __RADIX64_H__ */