Security Scol plugin
Static Public Member Functions | List of all members
SPECK_Info< L, D, N, M > Struct Template Reference

SPECK block cipher information. More...

#include <speck.h>

Inheritance diagram for SPECK_Info< L, D, N, M >:
FixedBlockSize< L > VariableKeyLength< D, N, M, Q, IV_REQ, IV_L >

Static Public Member Functions

static const std::string StaticAlgorithmName ()
 The algorithm name.
 

Additional Inherited Members

- Public Member Functions inherited from FixedBlockSize< L >
 CRYPTOPP_CONSTANT (BLOCKSIZE=N)
 The block size of the algorithm provided as a constant.
 
- Public Member Functions inherited from VariableKeyLength< D, N, M, Q, IV_REQ, IV_L >
 CRYPTOPP_CONSTANT (MIN_KEYLENGTH=N)
 The minimum key length used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (MAX_KEYLENGTH=M)
 The maximum key length used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (DEFAULT_KEYLENGTH=D)
 The default key length used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (KEYLENGTH_MULTIPLE=Q)
 The key length multiple used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (IV_REQUIREMENT=IV_REQ)
 The default IV requirements for the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (IV_LENGTH=IV_L)
 The default initialization vector length for the algorithm provided as a constant.
 
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 Provides a valid key length for the algorithm provided by a static function.
 

Detailed Description

template<unsigned int L, unsigned int D, unsigned int N, unsigned int M>
struct SPECK_Info< L, D, N, M >

SPECK block cipher information.

Template Parameters
Lblock size of the cipher, in bytes
Ddefault key length, in bytes
Nminimum key length, in bytes
Mmaximum key length, in bytes
Since
Crypto++ 6.0

Definition at line 43 of file speck.h.

Member Function Documentation

◆ StaticAlgorithmName()

template<unsigned int L, unsigned int D, unsigned int N, unsigned int M>
static const std::string SPECK_Info< L, D, N, M >::StaticAlgorithmName ( )
inlinestatic

The algorithm name.

Returns
the algorithm name

StaticAlgorithmName returns the algorithm's name as a static member function.

Definition at line 49 of file speck.h.


The documentation for this struct was generated from the following file: