diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/eris.lisp | 1 |
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)) |