Open newpavlov opened 10 months ago
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.
ppv-lite86
no_std
zeroize
cpufeatures
Depending on
ppv-lite86
by default makes it harder to supportno_std
andzeroize
. Ideally we should rewrite the compressor using arch intrinsics andcpufeatures
.