Update documentation

pull/548/head
Jeffrey Walton 2017-11-25 05:16:15 -05:00
parent c1acc9fcfa
commit 3dbd762728
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 4 additions and 2 deletions

3
sm3.h
View File

@ -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 <A HREF="https://tools.ietf.org/html/draft-shen-sm3-hash">SM3 Hash Function</A>
//! \sa <A HREF="https://tools.ietf.org/html/draft-shen-sm3-hash">SM3 Hash Function</A> and
//! <A HREF="http://github.com/guanzhi/GmSSL">Reference implementation using OpenSSL</A>.
//! \since Crypto++ 6.0
#ifndef CRYPTOPP_SM3_H

3
sm4.h
View File

@ -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