An open API service indexing awesome lists of open source software.

https://github.com/bynect/libbasex

ISO C library for various base encodings
https://github.com/bynect/libbasex

ansi-c base base16 base2 base32 base32hex base58 base64 base64url binary-encoding c c-library c90 data-encoding encoding encodings library static-library

Last synced: about 2 months ago
JSON representation

ISO C library for various base encodings

Awesome Lists containing this project

README

          

The `basex` library offers various base encoding and decoding functions.

The supported base encodings are:
* base2
* base16
* base32
* base32hex
* base58
* base64
* base64url

Copyright 2020-2021 @bynect

This library is licensed under the the MIT license.
See docs/LICENSE for for more details.