{"id":20744870,"url":"https://github.com/calebzulawski/autobahn-hash","last_synced_at":"2025-04-24T05:47:50.800Z","repository":{"id":163532209,"uuid":"636518997","full_name":"calebzulawski/autobahn-hash","owner":"calebzulawski","description":"A fast, safe, and portable implementation of HighwayHash for Rust","archived":false,"fork":false,"pushed_at":"2023-06-06T00:17:24.000Z","size":222,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T05:47:44.392Z","etag":null,"topics":["hash","hash-functions","hashing","highwayhash","simd"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/calebzulawski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-05T03:07:42.000Z","updated_at":"2023-11-16T23:44:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"088e702a-0045-4e92-ba63-33f16b6aebbc","html_url":"https://github.com/calebzulawski/autobahn-hash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebzulawski%2Fautobahn-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebzulawski%2Fautobahn-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebzulawski%2Fautobahn-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebzulawski%2Fautobahn-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebzulawski","download_url":"https://codeload.github.com/calebzulawski/autobahn-hash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573344,"owners_count":21452345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hash","hash-functions","hashing","highwayhash","simd"],"created_at":"2024-11-17T07:17:30.602Z","updated_at":"2025-04-24T05:47:50.793Z","avatar_url":"https://github.com/calebzulawski.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"AutobahnHash\n============\n[![Crates.io](https://img.shields.io/crates/v/autobahn-hash)](https://crates.io/crates/autobahn-hash)\n[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/autobahn-hash)\n[![License](https://img.shields.io/crates/l/autobahn-hash)](https://crates.io/crates/autobahn-hash)\n\nA pure Rust implementation of [HighwayHash](https://github.com/google/highwayhash).\n\nA few highlights:\n* No `unsafe`\n* Fuzzed against the reference implementation\n* Minimal crate with few required dependencies\n* Portable to any SIMD instruction set (and reasonably fast without SIMD)\n\nThis crate requires the `portable_simd` nightly feature.\n\n## Benchmarks\nThe following benchmarks were done on an Intel i7-9750H, to give an idea of the performance profile.\nThese two benchmarks can help predict best- and worst-case performance.\n\n### Slices\nThe HighwayHash algorithm performs best on long slices of data:\n![slice benchmark](assets/slice.png)\n\n### Non-slice data\nWorst-case performance can be predicted with non-slice data: `struct Data(u8, u16, u32, u64);`\n![struct benchmark](assets/struct.png)\n\n## License\nAutobahnHash is distributed under the terms of both the MIT license and the Apache License (Version 2.0).\n\nSee [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebzulawski%2Fautobahn-hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebzulawski%2Fautobahn-hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebzulawski%2Fautobahn-hash/lists"}