![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Electronic Code Book (ECB) mode. More...
#include <tsECB.h>


Public Member Functions | |
| ECB () | |
| Constructor. | |
Protected Member Functions | |
| ECB (const BlockCipherProperties &props) | |
| Constructor for subclasses which add some properties, such as fixed IV. | |
Static Protected Member Functions | |
| static const BlockCipherProperties & | Properties () |
| Properties of this algorithm. | |
Electronic Code Book (ECB) mode.
No padding is performed. The plain text and cipher text sizes must be multiples of the block size of the underlying block cipher.
| CIPHER | A subclass of ts::BlockCipher, the underlying block cipher. |
|
protected |
Constructor for subclasses which add some properties, such as fixed IV.
| [in] | props | Constant reference to a block of properties of this block cipher. |
|
staticprotected |
Properties of this algorithm.