From 9b41ec9be365ebe3065d64ddb4e91f61bd84dc72 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 28 Oct 2017 22:25:30 +0200 Subject: [PATCH] crypto/sm3: Add overview documentation to the .h file. * lib/sm3.h: Add comments. --- ChangeLog | 5 +++++ lib/sm3.h | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index e66c144a02..ddaa32ccfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-28 Bruno Haible + + crypto/sm3: Add overview documentation to the .h file. + * lib/sm3.h: Add comments. + 2017-10-28 Jia Zhang New module: crypto/sm3 diff --git a/lib/sm3.h b/lib/sm3.h index ae07554861..a14dc52184 100644 --- a/lib/sm3.h +++ b/lib/sm3.h @@ -15,6 +15,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* This module can be used to compute SM3 message digest of files or + memory blocks according to the specification GM/T 004-2012 + Cryptographic Hash Algorithm SM3, published by State Cryptography + Administration, China. + + The official SM3 cryptographic hash algorithm specification is + available at + . */ + #ifndef SM3_H # define SM3_H 1 -- 2.39.5