![]() |
Sunshine latest
Self-hosted game stream host for Moonlight.
|
Public Member Functions | |
int | decrypt (const std::string_view &cipher, std::vector< std::uint8_t > &plaintext) |
ecb_t (const aes_t &key, bool padding=true) | |
ecb_t (ecb_t &&) noexcept=default | |
int | encrypt (const std::string_view &plaintext, std::vector< std::uint8_t > &cipher) |
ecb_t & | operator= (ecb_t &&) noexcept=default |
Additional Inherited Members | |
![]() | |
cipher_ctx_t | decrypt_ctx |
cipher_ctx_t | encrypt_ctx |
aes_t | key |
bool | padding |