Crate edcert_compressor [] [src]

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

certificate_compressor

This module contains the logic to save a certificate.

certificate_loader

This module contaisn the logic to load a certificate.