-
Notifications
You must be signed in to change notification settings - Fork 2
base62 encoding / decoding
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
ericherman/base62
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A basic base62 encoder Inspiried by Base64.java by John Jiyang Hou posted at https://www.codeproject.com/articles/1076295/base-encode I've made an attempt to make it somewhat similar in spirit, however this is C and the idoms are different than java thus I elected to allow for some variation especially with regards to boundary conditions around buffer sizes and the error handling there-of. With luck, data encoding and decoding should be the same between John's Java version and this C version.
About
base62 encoding / decoding
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published