Skip to content

Commit bb3776e

Browse files
committedApr 14, 2021
Update documentation
1 parent d767c6e commit bb3776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sm3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SM3 : public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SM
2929
public:
3030
/// \brief Initialize state array
3131
/// \param state the state of the hash
32-
/// \details InitState sets a state array to SHA256 initial values
32+
/// \details InitState sets a state array to SM3 initial values
3333
/// \details Hashes which derive from IteratedHashWithStaticTransform provide static
3434
/// member functions InitState() and Transform(). External classes, like SEAL and MDC,
3535
/// can initialize state with a user provided key and operate the hash on the data

0 commit comments

Comments
 (0)
Please sign in to comment.