Update documentation
parent
eae5f40c19
commit
521e4ea5fb
6
sm4.h
6
sm4.h
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
//! \file sm4.h
|
//! \file sm4.h
|
||||||
//! \brief Classes for the SM4 block cipher
|
//! \brief Classes for the SM4 block cipher
|
||||||
//! \details SM4 is a Chinese national 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>
|
||||||
//! \since Crypto++ 6.0
|
//! \since Crypto++ 6.0
|
||||||
|
|
||||||
|
|
@ -26,9 +26,9 @@ struct SM4_Info : public FixedBlockSize<16>, FixedKeyLength<16>
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
//! \file sm4.h
|
//! \class SM4
|
||||||
//! \brief Classes for the SM4 block cipher
|
//! \brief Classes for the SM4 block cipher
|
||||||
//! \details SM4 is a Chinese national 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>
|
||||||
//! \since Crypto++ 6.0
|
//! \since Crypto++ 6.0
|
||||||
class CRYPTOPP_NO_VTABLE SM4 : public SM4_Info, public BlockCipherDocumentation
|
class CRYPTOPP_NO_VTABLE SM4 : public SM4_Info, public BlockCipherDocumentation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue