manned/indexer
Yorhel b9764fce4a indexer: Remove openssl + replace siphash with sha1 in cache filename
HTTPS isn't used, so removing it saves some space.

The std SipHash API has been deprecated, and since hashing performance
isn't exactly critical in this case I've replaced it with SHA1, which
was already being used in man.rs.
2016-12-11 13:41:10 +01:00
..
src indexer: Remove openssl + replace siphash with sha1 in cache filename 2016-12-11 13:41:10 +01:00
tests Indexer: Support reading date from .deb archives 2016-11-20 09:01:33 +01:00
Cargo.lock indexer: Remove openssl + replace siphash with sha1 in cache filename 2016-12-11 13:41:10 +01:00
Cargo.toml indexer: Remove openssl + replace siphash with sha1 in cache filename 2016-12-11 13:41:10 +01:00