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 --- twofish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twofish.h') diff --git a/twofish.h b/twofish.h index d6940f04..388b4468 100644 --- a/twofish.h +++ b/twofish.h @@ -20,7 +20,7 @@ struct Twofish_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16 //! \class Twofish //! \brief Twofish block cipher -//~ \sa Twofish +//~ \sa Twofish class Twofish : public Twofish_Info, public BlockCipherDocumentation { class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl -- cgit v1.2.1