# Functions
Compress compresses the input data using Snappy and returns the compressed data or an error.
Decompress decompresses the input Snappy-compressed data and returns the original data or an error.
NewAesCtrEncryptor creates a new instance of AesCtrEncryptor.
No description provided by the author
No description provided by the author
No description provided by the author
NewXorEncryptor creates a new instance of XorEncryptor.
No description provided by the author
# Structs
AesCtrEncryptor struct holding key, iv, and separate streams for encryption and decryption.
No description provided by the author
XorEncryptor struct holding key, iv, and separate counters for encryption and decryption.
# Interfaces
No description provided by the author