Initial.
This commit is contained in:
9
packages.lisp
Normal file
9
packages.lisp
Normal 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))
|
||||
Reference in New Issue
Block a user