summaryrefslogtreecommitdiff
path: root/src/eris.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/eris.lisp')
-rw-r--r--src/eris.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eris.lisp b/src/eris.lisp
index ba04c03..8f836f8 100644
--- a/src/eris.lisp
+++ b/src/eris.lisp
@@ -155,6 +155,7 @@ versioning bytes are not supported by eris-cl."
(declare (type string urn))
(base32-to-bytes-unpadded (subseq urn (1+ (position #\: urn :from-end t)))))
+
(defun pad (input block-size)
(declare (type octet-vector input)
(type integer block-size))