From c4b44fb12108c0764d1fa4ef1c37f11a54379343 Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Mon, 24 Oct 2022 10:50:11 +0200 Subject: Add hash-backend and update README. --- src/eris.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/eris.lisp') diff --git a/src/eris.lisp b/src/eris.lisp index 4693104..ed4a05e 100644 --- a/src/eris.lisp +++ b/src/eris.lisp @@ -81,6 +81,7 @@ object, using the bytes from the OCTETS vector from at START." (make-instance 'reference-pair :key key :reference reference))) (defun decrypt-block (input key &optional (nonce null-secret)) + (declare (type octet-vector input key nonce)) (ironclad:decrypt-in-place (ironclad:make-cipher :chacha :mode :stream :key key :initialization-vector nonce) input) -- cgit v1.2.3