diff --git a/src/digest.clj b/src/digest.clj index 1f87a45..aa9fd4f 100644 --- a/src/digest.clj +++ b/src/digest.clj @@ -60,7 +60,7 @@ File (-digest [file algorithm] (with-open [f (FileInputStream. file)] - (-digest algorithm f))) + (-digest f algorithm))) nil (-digest [message algorithm]