Fix ambiguous symbol BTEA::StaticAlgorithmName (GH #726)
parent
ecbf791015
commit
daa07255ec
2
tea.h
2
tea.h
|
|
@ -119,7 +119,7 @@ struct BTEA_Info : public FixedKeyLength<16>
|
|||
class BTEA : public BTEA_Info, public BlockCipherDocumentation
|
||||
{
|
||||
/// \brief BTEA block cipher default operation
|
||||
class CRYPTOPP_NO_VTABLE Base : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BlockCipher, BTEA_Info>, BTEA_Info>, public BTEA_Info
|
||||
class CRYPTOPP_NO_VTABLE Base : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BlockCipher, BTEA_Info>, BTEA_Info>
|
||||
{
|
||||
public:
|
||||
void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)
|
||||
|
|
|
|||
Loading…
Reference in New Issue