Clear documentation warnings
parent
879b8c6fe9
commit
1abab8050e
10
skipjack.h
10
skipjack.h
|
|
@ -6,8 +6,9 @@
|
||||||
/// Algorithm Specifications published by NIST in May 1998. The library passes
|
/// Algorithm Specifications published by NIST in May 1998. The library passes
|
||||||
/// known answer tests available in NIST SP800-17, Table 6, pp. 140-42.
|
/// known answer tests available in NIST SP800-17, Table 6, pp. 140-42.
|
||||||
/// \sa <a href ="http://csrc.nist.gov/encryption/skipjack/skipjack.pdf">SKIPJACK
|
/// \sa <a href ="http://csrc.nist.gov/encryption/skipjack/skipjack.pdf">SKIPJACK
|
||||||
/// and KEA Algorithm Specifications</a> (May 1998), <a
|
/// and KEA Algorithm Specifications</a> (May 1998),
|
||||||
/// href="http://www.cryptopp.com/wiki/SKIPJACK">SKIPJACK</a> on the Crypto++ wiki
|
/// <a href="http://www.cryptopp.com/wiki/SKIPJACK">SKIPJACK</a> on the
|
||||||
|
// Crypto++ wiki
|
||||||
|
|
||||||
#ifndef CRYPTOPP_SKIPJACK_H
|
#ifndef CRYPTOPP_SKIPJACK_H
|
||||||
#define CRYPTOPP_SKIPJACK_H
|
#define CRYPTOPP_SKIPJACK_H
|
||||||
|
|
@ -28,8 +29,9 @@ struct SKIPJACK_Info : public FixedBlockSize<8>, public FixedKeyLength<10>
|
||||||
/// Algorithm Specifications published by NIST in May 1998. The library passes
|
/// Algorithm Specifications published by NIST in May 1998. The library passes
|
||||||
/// known answer tests available in NIST SP800-17, Table 6, pp. 140-42.
|
/// known answer tests available in NIST SP800-17, Table 6, pp. 140-42.
|
||||||
/// \sa <a href ="http://csrc.nist.gov/encryption/skipjack/skipjack.pdf">SKIPJACK
|
/// \sa <a href ="http://csrc.nist.gov/encryption/skipjack/skipjack.pdf">SKIPJACK
|
||||||
/// and KEA Algorithm Specifications</a> (May 1998), <a
|
/// and KEA Algorithm Specifications</a> (May 1998),
|
||||||
/// href="http://www.cryptopp.com/wiki/SKIPJACK">SKIPJACK</a> on the Crypto++ wiki
|
/// <a href="http://www.cryptopp.com/wiki/SKIPJACK">SKIPJACK</a> on the
|
||||||
|
/// Crypto++ wiki
|
||||||
class SKIPJACK : public SKIPJACK_Info, public BlockCipherDocumentation
|
class SKIPJACK : public SKIPJACK_Info, public BlockCipherDocumentation
|
||||||
{
|
{
|
||||||
/// \brief SKIPJACK block cipher default operation
|
/// \brief SKIPJACK block cipher default operation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue