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
- Host: GitHub
- URL: https://github.com/bynect/libbasex
- Owner: bynect
- Created: 2020-12-21T16:53:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T16:30:33.000Z (about 5 years ago)
- Last Synced: 2025-03-13T18:51:49.854Z (11 months ago)
- Topics: ansi-c, base, base16, base2, base32, base32hex, base58, base64, base64url, binary-encoding, c, c-library, c90, data-encoding, encoding, encodings, library, static-library
- Language: C
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README
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.