Skip to content

Commit

Permalink
Minor whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Apr 27, 2016
1 parent cd4a751 commit d4d5861
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crypto.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
(base64:usb8-array-to-base64-string
(ironclad:hmac-digest (hmac digester)))))



(defun file-md5 (file)
(ironclad:digest-file :md5 file))

Expand Down Expand Up @@ -143,7 +141,3 @@
(add-string s digester))
(add-string strings digester))
(digest digester)))




0 comments on commit d4d5861

Please sign in to comment.