sbcl-cl-base58 0.1-1.f446835 Implementation of base58 for Common Lisp
This library implements the base58
encoding algorithm. It's basically base64
but with a smaller alphabet (58, as in the name) that doesn't include similar looking characters, among other things. See https://github.com/bitcoin/bitcoin/blob/master/src/base58.h for a full reference.
- Website: https://github.com/eudoxia0/cl-base58
- License: Expat
- Package source: lisp-xyz.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux, i586-gnu