crypto-shortcuts
Shorthand functions for common cryptography tasks such as hashing, encrypting, and encoding.
$ area51 add crypto-shortcutsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(crypto-shortcuts:some-function ...)