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§
- Compress
Encode Result - Result of a compress + encode operation.
- Hash
Encode Result - 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.