summaryrefslogtreecommitdiff
path: root/sm3.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-14 08:10:03 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-14 08:10:03 -0400
commitbb3776e0ee6eef63c67428659e0b287cc207da80 (patch)
tree566e1f2fde8775c820afcf73d7ab99e00e84c716 /sm3.h
parentd767c6e5797d49dd424b67e1f0f3ea49307249e4 (diff)
downloadcryptopp-git-bb3776e0ee6eef63c67428659e0b287cc207da80.tar.gz
Update documentation
Diffstat (limited to 'sm3.h')
-rw-r--r--sm3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm3.h b/sm3.h
index f163072a..746ccc58 100644
--- a/sm3.h
+++ b/sm3.h
@@ -29,7 +29,7 @@ class SM3 : public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SM
public:
/// \brief Initialize state array
/// \param state the state of the hash
- /// \details InitState sets a state array to SHA256 initial values
+ /// \details InitState sets a state array to SM3 initial values
/// \details Hashes which derive from IteratedHashWithStaticTransform provide static
/// member functions InitState() and Transform(). External classes, like SEAL and MDC,
/// can initialize state with a user provided key and operate the hash on the data