mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-17 03:48:38 +00:00
Fix ambiguous symbol BTEA::StaticAlgorithmName (GH #726)
This commit is contained in:
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…
x
Reference in New Issue
Block a user