summaryrefslogtreecommitdiff
path: root/sm4.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-25 05:16:15 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-25 05:16:15 -0500
commit3dbd76272888483b3f4da00a5628bfd3ea79303f (patch)
tree13b253aed298ec28b0138ebd2892d35f58546754 /sm4.h
parentc1acc9fcfa3a033769bec2dd5ea2abd2c1c0a1ae (diff)
downloadcryptopp-git-3dbd76272888483b3f4da00a5628bfd3ea79303f.tar.gz
Update documentation
Diffstat (limited to 'sm4.h')
-rw-r--r--sm4.h3
1 files changed, 2 insertions, 1 deletions
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 <A HREF="http://eprint.iacr.org/2008/329.pdf">SMS4 Encryption Algorithm for Wireless Networks</A>
+//! \sa <A HREF="http://eprint.iacr.org/2008/329.pdf">SMS4 Encryption Algorithm for Wireless Networks</A> and
+//! <A HREF="http://github.com/guanzhi/GmSSL">Reference implementation using OpenSSL</A>.
//! \since Crypto++ 6.0
#ifndef CRYPTOPP_SM4_H