Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2917844
base64.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
234 B
Referenced Files
None
Subscribers
None
base64.h
View Options
#ifndef BASE64_H
#define BASE64_H
#include
<stdint.h>
#include
<stddef.h>
char
*
ant_base64_encode
(
const
uint8_t
*
data
,
size_t
len
,
size_t
*
out_len
);
uint8_t
*
ant_base64_decode
(
const
char
*
data
,
size_t
len
,
size_t
*
out_len
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Mar 26, 9:44 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512097
Default Alt Text
base64.h (234 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment