cl-bip39

MIT

A Common Lisp implementation of BIP-0039

$ area51 add cl-bip39Copy

Usage

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