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; /*