mismall 2.0.0

Streaming Huffman compression library with AES-256-GCM encryption and archive support
Documentation
1
2
3
4
5
6
7
8
// pub mod archive_tests; // TODO: Fix archive tests to use new API
pub mod checksum_tests;
pub mod crypto_tests;

pub mod headers_test;
pub mod huffman_tests;
pub mod io_tests;
pub mod roundtrip_test;