Files
cl-password/packages.lisp

9 lines
210 B
Common Lisp
Raw Normal View History

2014-02-01 09:08:47 -08:00
(require 'ironclad)
(cl:defpackage :cl-password
(:use #:cl #:ironclad)
2013-12-28 06:53:42 -08:00
(:shadow :null)
2014-02-01 09:08:47 -08:00
(:export :make-random-salt
:unsupported-hash-error
:hash-password
:check-password))