From a5389432fda133a0e86347507223db42f3516502 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 6 Dec 2019 23:12:13 -0500 Subject: [PATCH] lol oops --- sha.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sha.d b/sha.d index 7395ff2..c6d7139 100644 --- a/sha.d +++ b/sha.d @@ -1,4 +1,4 @@ -/// Homemade SHA 1 and SHA 2 implementations. Beware of bugs - you should probably use [std.net.digest] instead. Kept more for historical curiosity than anything else. +/// Homemade SHA 1 and SHA 2 implementations. Beware of bugs - you should probably use [std.digest] instead. Kept more for historical curiosity than anything else. module arsd.sha; /*