mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
mal_packet_weaver::crypto::EncryptionInterface Member List

This is the complete list of members for mal_packet_weaver::crypto::EncryptionInterface, including all inherited members.

decrypt(const ByteView ciphertext) const =0mal_packet_weaver::crypto::EncryptionInterfacepure virtual
decrypt_in_place(ByteArray &ciphertext) const =0mal_packet_weaver::crypto::EncryptionInterfacepure virtual
encrypt(const ByteView plaintext) const =0mal_packet_weaver::crypto::EncryptionInterfacepure virtual
encrypt_in_place(ByteArray &plaintext) const =0mal_packet_weaver::crypto::EncryptionInterfacepure virtual
~EncryptionInterface()=defaultmal_packet_weaver::crypto::EncryptionInterfacevirtual