Skip to content

Commit

Permalink
Update doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Jun 30, 2022
1 parent 9c7aeee commit d50ba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/sha3d.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Computes SHA-3 hashes of arbitrary data using a native implementation.
/// Standards: NIST FIPS PUB 202
/// License: $(LINK2 www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
/// Authors: $(LINK2 github.com/dd86k, dd86k)
/// License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
/// Authors: $(LINK2 https://github.com/dd86k, dd86k)
module sha3d;

/// Version string of sha3-d that can be used for printing purposes.
Expand Down

0 comments on commit d50ba66

Please sign in to comment.