Module convenience

Module convenience 

Source
Expand description

Convenience functions for common encoding patterns.

These functions combine hashing/compression with encoding in a single call, using random dictionary selection for varied output.

Structs§

CompressEncodeResult
Result of a compress + encode operation.
HashEncodeResult
Result of a hash + encode operation.

Functions§

compress_encode
Compress data with a random algorithm and encode with a random dictionary.
compress_encode_with
Compress data with a specific algorithm and encode with a random dictionary.
hash_encode
Hash data with a random algorithm and encode with a random dictionary.
hash_encode_with
Hash data with a specific algorithm and encode with a random dictionary.