From 1e822b063676353504142c9c82088a8b2f49cc7d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 28 Sep 2017 05:00:13 -0400 Subject: Update documentation links --- blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blowfish.h') diff --git a/blowfish.h b/blowfish.h index bc37ca0d..fa710149 100644 --- a/blowfish.h +++ b/blowfish.h @@ -18,7 +18,7 @@ struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 4, CRYPTOPP_STATIC_CONSTEXPR const char* StaticAlgorithmName() {return "Blowfish";} }; -// Blowfish +// Blowfish //! \class Blowfish //! \brief Blowfish block cipher -- cgit v1.2.1