Implement unpad for PKCS#7 padding.
This commit is contained in:
@@ -14,6 +14,12 @@ public:
|
||||
Impl().Pad(begin, end);
|
||||
}
|
||||
|
||||
template<typename InputIt>
|
||||
auto ComputeUnpad(InputIt begin, InputIt end) const noexcept
|
||||
{
|
||||
return Impl().ComputeUnpad(begin, end);
|
||||
}
|
||||
|
||||
protected:
|
||||
Padder() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user