mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
83e083100b
Testing perfs on an old 8-core laptop: BZ2 : 2 Mb, average decompression time: 5514 ms LZ4 -9: 9 Mb, average decompression time: 837 ms RAW : 704 Mb, average decompression time: 368 ms Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything To enable: apt install liblz4-dev cd client/resources/hardnested_tables for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done |
||
---|---|---|
.. | ||
hardnested_tables | ||
aid_desfire.json | ||
aidlist.json | ||
capk.txt | ||
ecplist.json | ||
emv_defparams.json | ||
hardnested_bf_bench_data.bin | ||
hf_fido2_defparams.json | ||
iclass_decryptionkey.bin | ||
iclass_dump.bin | ||
key_retail.bin | ||
mad.json | ||
oids.json | ||
sim011.bin | ||
sim011.sha512.txt | ||
sim013.bin | ||
sim013.sha512.txt | ||
vas_privkey.der |