11
11
NAMESPACE_BEGIN(CryptoPP)
17
struct LR_Info : public VariableKeyLength<16, 0, 2*(UINT_MAX/2), 2>, public FixedBlockSize<DigestSizeDoubleWorkaround<T>::RESULT>
20
struct LR_Info : public VariableKeyLength<16, 0, 2*(INT_MAX/2), 2>, public FixedBlockSize<DigestSizeDoubleWorkaround<T>::RESULT>
19
22
static std::string StaticAlgorithmName() {return std::string("LR/")+T::StaticAlgorithmName();}