{"id":20882000,"url":"https://github.com/mikkel-t/sha-3","last_synced_at":"2026-05-18T13:33:27.620Z","repository":{"id":232463492,"uuid":"767186164","full_name":"Mikkel-T/sha-3","owner":"Mikkel-T","description":"An implementation of the SHA-3 and SHAKE cryptographic hash functions in Rust.","archived":false,"fork":false,"pushed_at":"2024-05-21T17:20:47.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T10:10:03.454Z","etag":null,"topics":["hashing","hashing-algorithm","keccak","rust","sha3","shake"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mikkel-T.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-04T21:14:49.000Z","updated_at":"2024-05-21T17:20:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"880ad9ab-bbcc-4738-a094-80ac84b55fde","html_url":"https://github.com/Mikkel-T/sha-3","commit_stats":null,"previous_names":["mikkel-t/sha-3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikkel-T%2Fsha-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikkel-T%2Fsha-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikkel-T%2Fsha-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikkel-T%2Fsha-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mikkel-T","download_url":"https://codeload.github.com/Mikkel-T/sha-3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258506,"owners_count":20262300,"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":["hashing","hashing-algorithm","keccak","rust","sha3","shake"],"created_at":"2024-11-18T07:28:33.471Z","updated_at":"2025-12-27T17:11:04.619Z","avatar_url":"https://github.com/Mikkel-T.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHA-3\r\n\r\nThis is a Rust implementation of the SHA-3 and SHAKE cryptographic hash functions as specified in [FIPS 202](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf).\r\n\r\nThe code is in no way optimized for performance, but rather for clarity and simplicity with comments describing most of the steps in the algorithm with references to the specification.\r\n\r\n## Running the code\r\n\r\nAn example of the usage of the SHA-3 and SHAKE functions can be found in the \"sha3\" crate under `examples/main.rs`, this can be run with the following command:\r\n\r\n```bash\r\ncargo run --example main\r\n```\r\n\r\nTo run the unit tests, use the following command:\r\n\r\n```bash\r\ncargo test\r\n```\r\n\r\nTo benchmark the functions with an empty input, use the following command:\r\n\r\n```bash\r\ncargo bench\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkel-t%2Fsha-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikkel-t%2Fsha-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkel-t%2Fsha-3/lists"}