|
@ -1,3 +1,11 @@ |
|
|
|
|
|
/**
|
|
|
|
|
|
* Copyright (C) Justin James - All Rights Reserved. |
|
|
|
|
|
* Unauthorized use or copying of this file via any medium is strictly prohibited. |
|
|
|
|
|
* This document is proprietary and confidential. |
|
|
|
|
|
* This document should be immediately destroyed unless given explicit permission by Justin James. |
|
|
|
|
|
* Written by Justin James <justin.aj@hotmail.com> |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
#include "Base64.h" |
|
|
#include "Base64.h" |
|
|
|
|
|
|
|
|
unsigned int Jupiter_base64encode(const void *data_buf, size_t dataLength, char *result) |
|
|
unsigned int Jupiter_base64encode(const void *data_buf, size_t dataLength, char *result) |
|
|