From 3dbd76272888483b3f4da00a5628bfd3ea79303f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 25 Nov 2017 05:16:15 -0500 Subject: [PATCH] Update documentation --- sm3.h | 3 ++- sm4.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sm3.h b/sm3.h index c9d093cf..5d8ce224 100644 --- a/sm3.h +++ b/sm3.h @@ -6,7 +6,8 @@ //! \file sm3.h //! \brief Classes for the SM3 hash function //! \details SM3 is a Chinese national hash function designed by Xiaoyun Wang, et al. -//! \sa SM3 Hash Function +//! \sa SM3 Hash Function and +//! Reference implementation using OpenSSL. //! \since Crypto++ 6.0 #ifndef CRYPTOPP_SM3_H diff --git a/sm4.h b/sm4.h index c537b34b..c5f60fd4 100644 --- a/sm4.h +++ b/sm4.h @@ -3,7 +3,8 @@ //! \file sm4.h //! \brief Classes for the SM4 block cipher //! \details SM4 is a Chinese national block cipher. The cipher was formally known as SMS4. -//! \sa SMS4 Encryption Algorithm for Wireless Networks +//! \sa SMS4 Encryption Algorithm for Wireless Networks and +//! Reference implementation using OpenSSL. //! \since Crypto++ 6.0 #ifndef CRYPTOPP_SM4_H