[svn] / ecrypt / trunk / submissions / sss / unused / hexlib.h  

svn: ecrypt/trunk/submissions/sss/unused/hexlib.h

File: [svn] / ecrypt / trunk / submissions / sss / unused / hexlib.h (download) (as text)
Revision: 1, Sun Jun 26 18:46:26 2005 UTC (7 years, 11 months ago) by cdecanni
File size: 334 byte(s)
* imported original ECRYPT submissions after first automatic cleanup.
/* useful hex manipulation routine header */
/* Copyright C Qualcomm Inc 1997 */
/* $Id: hexlib.h 388 2005-04-28 21:04:09Z mwp $ */

extern int	nerrors;

int hexprint(const char *, unsigned char *, int n);
int hexread(unsigned char *, char *, int n);
int hexcheck(unsigned char *, char *, int n);
int hexbulk(unsigned char *, int n);

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help