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ยง
- This module contains the logic to save a certificate.
- This module contaisn the logic to load a certificate.