Sha256: b915cf2ea5d90c82c6ea657b132f207af26b2ee16737b01970d4bc8c2bcb5593
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
/* Implementation taken from: https://en.wikibooks.org/wiki/Algorithm_Implementation/Miscellaneous/Base64 (2015-12-16) Available under the Creative Commons Attribution-ShareAlike License: https://creativecommons.org/licenses/by-sa/3.0/ */ #include <string.h> int base64encode(const void* data_buf, size_t dataLength, char* result, size_t resultSize);
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sleeping_kangaroo12-0.0.3 | ext/xkcp/util/KeccakSum/base64.h |
sleeping_kangaroo12-0.0.2 | ext/xkcp/util/KeccakSum/base64.h |
sleeping_kangaroo12-0.0.1 | ext/xkcp/util/KeccakSum/base64.h |