hashes icon indicating copy to clipboard operation
hashes copied to clipboard

jh: remove dependency on `ppv-lite86`

Open newpavlov opened this issue 1 year ago • 0 comments

Depending on ppv-lite86 by default makes it harder to support no_std and zeroize. Ideally we should rewrite the compressor using arch intrinsics and cpufeatures.

It also worth to implement the SerializableState trait for consistency with other crates.

newpavlov avatar Jan 11 '24 16:01 newpavlov