From 1cc3d6ad62e2cde54618be9f6befbc79e393a6ff Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Thu, 3 Aug 2023 09:14:38 +0200 Subject: Update the readme & update version to 0.2. --- src/eris.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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)) -- cgit v1.2.3