mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Update documentation
This commit is contained in:
parent
d767c6e579
commit
bb3776e0ee
2
sm3.h
2
sm3.h
@ -29,7 +29,7 @@ class SM3 : public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SM
|
|||||||
public:
|
public:
|
||||||
/// \brief Initialize state array
|
/// \brief Initialize state array
|
||||||
/// \param state the state of the hash
|
/// \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
|
/// \details Hashes which derive from IteratedHashWithStaticTransform provide static
|
||||||
/// member functions InitState() and Transform(). External classes, like SEAL and MDC,
|
/// 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
|
/// can initialize state with a user provided key and operate the hash on the data
|
||||||
|
Loading…
Reference in New Issue
Block a user