djbdnscurve6
45
djbdnscurve6
Loading...
Searching...
No Matches
djbdnscurve6-45
src
include
hex.h
Go to the documentation of this file.
1
#ifndef HEXMISC_H
2
#define HEXMISC_H
3
4
#include "unit_t.h"
5
6
int
char2hex
(
char
,uint8 *);
7
int
hex2char
(uint8,
char
*);
8
int
hex_decode
(
const
char
*,uint8 *);
9
int
hex_encode
(
const
uint8 *,
int
,
char
*,
int
);
10
11
#endif
char2hex
int char2hex(char, uint8 *)
Definition:
hex.c:5
hex_encode
int hex_encode(const uint8 *, int, char *, int)
Definition:
hex.c:42
hex2char
int hex2char(uint8, char *)
Definition:
hex.c:21
hex_decode
int hex_decode(const char *, uint8 *)
Definition:
hex.c:30
Generated on Fri Aug 30 2024 11:58:34 for djbdnscurve6 by
1.9.6