[package] name = "crc24-openpgp-fast" authors = ["Tobias Bengtsson "] description = "SIMD-powered implementation of CRC-24/OPENPGP (CRC-24/Radix64)" repository = "https://github.com/TobiasBengtsson/crc-fast-rs" version = "0.4.0" edition = "2021" license = "MIT" keywords = ["crc", "checksum", "hash", "simd"] [features] default = ["table-fallback"] table-fallback = [] [dependencies] crc-fast-gen = "0.4.0" core_detect = "1" [dev-dependencies] criterion = {version = "0.5", features = ["html_reports"] } [lib] bench = false [[bench]] name = "simd_vs_table_vs_simple" harness = false