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