This commit is contained in:
2013-12-28 06:53:42 -08:00
commit aec0e2a7c1
3 changed files with 65 additions and 0 deletions

9
packages.lisp Normal file
View File

@@ -0,0 +1,9 @@
(in-package :cl-user)
(defpackage #:cl-password
(:use :cl :ironclad)
(:shadow :null)
(:export #:make-random-salt
#:unsupported-hash-error
#:hash-password
#:check-password))