Crate edcert_compressor

Source
Expand description

This crate defines two structs: A CertificateCompressor which JSON-encodes a given certificate and then uses LZMA to compress it. It should have similar size to a custom binary encoder. The other defined struct is a CertificateLoader, which does the exact opposite.

Modulesยง