Increase allocation size of FixedSizeAlignedSecBlock for State and ParameterBlock
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);
|
void UncheckedSetKey(const byte* key, unsigned int length, const CryptoPP::NameValuePairs& params);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
FixedSizeAlignedSecBlock<State,1> m_state;
|
FixedSizeAlignedSecBlock<State,2> m_state;
|
||||||
FixedSizeAlignedSecBlock<ParameterBlock,1> m_block;
|
FixedSizeAlignedSecBlock<ParameterBlock,2> m_block;
|
||||||
AlignedSecByteBlock m_key;
|
AlignedSecByteBlock m_key;
|
||||||
word32 m_digestSize;
|
word32 m_digestSize;
|
||||||
bool m_treeMode;
|
bool m_treeMode;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue