cl-base58

MIT

An implementation of base58 for Common Lisp

$ area51 add cl-base58Copy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-base58:some-function ...)

Dependencies