|
@@ -30,7 +30,7 @@ public:
|
|
virtual ~GCM() = default;
|
|
virtual ~GCM() = default;
|
|
|
|
|
|
template<typename... Args>
|
|
template<typename... Args>
|
|
- explicit constexpr GCM<T>(Args... args)
|
|
|
|
|
|
+ explicit constexpr GCM(Args... args)
|
|
: CTR<T>(args...)
|
|
: CTR<T>(args...)
|
|
{
|
|
{
|
|
static_assert(T::BlockSizeInBits == 128u, "GCM Mode is only available for 128-bit Ciphers");
|
|
static_assert(T::BlockSizeInBits == 128u, "GCM Mode is only available for 128-bit Ciphers");
|