pub fn decompress(encoded: &[u8]) -> Result<AnyArray, TthreshCodecError>
Expand description
Decompresses the encoded
data into an array.
ยงErrors
Errors with
TthreshCodecError::TthreshDecodeFailed
if decoding failed with an opaque error
pub fn decompress(encoded: &[u8]) -> Result<AnyArray, TthreshCodecError>
Decompresses the encoded
data into an array.
Errors with
TthreshCodecError::TthreshDecodeFailed
if decoding failed with an opaque error