|
using | OperationType = unsigned int |
|
|
static constexpr OperationType | None = 0 |
|
static constexpr OperationType | Encrypt = 1 << 0 |
|
static constexpr OperationType | Sign = 1 << 1 |
|
static constexpr OperationType | Decrypt = 1 << 2 |
|
static constexpr OperationType | Verify = 1 << 3 |
|
static constexpr OperationType | EncryptAndSign = 1 << 4 |
|
static constexpr OperationType | DecryptAndVerify = 1 << 5 |
|
The documentation for this struct was generated from the following file: