summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-03 09:14:38 +0200
committerPiotr Szarmanski2023-08-03 09:14:38 +0200
commit1cc3d6ad62e2cde54618be9f6befbc79e393a6ff (patch)
tree159decf39889c793fcea5fc89bffcb278ee78899 /src
parentd9f52ce9f2e5b81443bdac6ae4f3855330bb43a5 (diff)
Update the readme & update version to 0.2.
Diffstat (limited to 'src')
-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))