crypto-shortcuts

zlib

Shorthand functions for common cryptography tasks such as hashing, encrypting, and encoding.

$ area51 add crypto-shortcutsCopy

Usage

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