|
Sunshine master
Self-hosted game stream host for Moonlight.
|
AES-GCM encrypt/decrypt context pair used for GameStream messages. More...
#include <src/crypto.h>
Public Attributes | |
| cipher_ctx_t | decrypt_ctx |
| Decrypt ctx. | |
| cipher_ctx_t | encrypt_ctx |
| Encrypt ctx. | |
| aes_t | key |
| AES key used by the cipher context. | |
| bool | padding |
| Enables block padding for the cipher. | |
AES-GCM encrypt/decrypt context pair used for GameStream messages.