Remove uneeded debug assignment in dtor
parent
920ba48317
commit
0d28f5b6b5
2
blake2.h
2
blake2.h
|
|
@ -171,7 +171,7 @@ public:
|
||||||
typedef SecBlock<State, AllocatorWithCleanup<State, true> > AlignedState;
|
typedef SecBlock<State, AllocatorWithCleanup<State, true> > AlignedState;
|
||||||
typedef SecBlock<ParameterBlock, AllocatorWithCleanup<ParameterBlock, true> > AlignedParameterBlock;
|
typedef SecBlock<ParameterBlock, AllocatorWithCleanup<ParameterBlock, true> > AlignedParameterBlock;
|
||||||
|
|
||||||
virtual ~BLAKE2_Base() {m_digestSize=0xffffffff,m_treeMode=false;}
|
virtual ~BLAKE2_Base() {}
|
||||||
|
|
||||||
//! \brief Retrieve the static algorithm name
|
//! \brief Retrieve the static algorithm name
|
||||||
//! \returns the algorithm name (BLAKE2s or BLAKE2b)
|
//! \returns the algorithm name (BLAKE2s or BLAKE2b)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue