forked from hargettp/cl-base32
-
Notifications
You must be signed in to change notification settings - Fork 0
Base32 (RFC4648) encoding / decoding for common lisp
License
seigakaku/cl-base32
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CL-Base32 is a Common Lisp library for encoding / decoding bytes to / from base32 strings (e.g., RFC 4648). One advantage of base32 encoding is that the resulting strings do not require URL encoding for use in an URL, as the base32 alphabet contains no characters that must be encoded to appear in an URL. This package is intended to be portable across as many Common Lisp implementations and platforms as possible. Any issues with such portability should be reported [email protected]. Known to work on CCL & SBCL for Mac OS X. Current source can be found here: http://github.com/hargettp/cl-base32. Home page is here: http://haphazardhouse.net/projects/cl-base32.
About
Base32 (RFC4648) encoding / decoding for common lisp
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Common Lisp 100.0%