This commit is contained in:
Adam D. Ruppe 2019-12-06 23:12:13 -05:00
parent 06370534d1
commit a5389432fd
1 changed files with 1 additions and 1 deletions

2
sha.d
View File

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