crypto-shortcuts
Shorthand functions for common cryptography tasks such as hashing, encrypting, and encoding.
$ area51 add crypto-shortcutsコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(crypto-shortcuts:some-function ...)