mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Increase allocation size of FixedSizeAlignedSecBlock for State and ParameterBlock
This commit is contained in:
parent
733c78ba23
commit
09dc7caf25
4
blake2.h
4
blake2.h
@ -223,8 +223,8 @@ protected:
|
||||
void UncheckedSetKey(const byte* key, unsigned int length, const CryptoPP::NameValuePairs& params);
|
||||
|
||||
private:
|
||||
FixedSizeAlignedSecBlock<State,1> m_state;
|
||||
FixedSizeAlignedSecBlock<ParameterBlock,1> m_block;
|
||||
FixedSizeAlignedSecBlock<State,2> m_state;
|
||||
FixedSizeAlignedSecBlock<ParameterBlock,2> m_block;
|
||||
AlignedSecByteBlock m_key;
|
||||
word32 m_digestSize;
|
||||
bool m_treeMode;
|
||||
|
Loading…
Reference in New Issue
Block a user