{"id":22184612,"url":"https://github.com/toniomacaronio/keccak-rust","last_synced_at":"2025-03-24T19:25:14.229Z","repository":{"id":62441580,"uuid":"354662060","full_name":"TonioMacaronio/keccak-rust","owner":"TonioMacaronio","description":"Keccak implementation in Rust","archived":false,"fork":false,"pushed_at":"2021-05-01T13:17:41.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T12:06:11.660Z","etag":null,"topics":["crypto","cryptography","keccak","rust","sha3"],"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/TonioMacaronio.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}},"created_at":"2021-04-04T22:49:45.000Z","updated_at":"2021-11-28T20:51:21.000Z","dependencies_parsed_at":"2022-11-01T21:50:11.964Z","dependency_job_id":null,"html_url":"https://github.com/TonioMacaronio/keccak-rust","commit_stats":null,"previous_names":["toniomacaronio/keccak-rust","baldyash/keccak-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonioMacaronio%2Fkeccak-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonioMacaronio%2Fkeccak-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonioMacaronio%2Fkeccak-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonioMacaronio%2Fkeccak-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonioMacaronio","download_url":"https://codeload.github.com/TonioMacaronio/keccak-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245336294,"owners_count":20598659,"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":["crypto","cryptography","keccak","rust","sha3"],"created_at":"2024-12-02T10:13:32.719Z","updated_at":"2025-03-24T19:25:14.203Z","avatar_url":"https://github.com/TonioMacaronio.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keccak-rust\n\nAn implementation of keccak functions.\n[`The Keccak reference`](https://keccak.team/files/Keccak-reference-3.0.pdf).\n\n# Example\n\n```toml\n[dependencies]\nkeccak-rust = *\n```\n\n```rust\nextern crate keccak_rust;\nuse keccak_rust::*;\n\nconst YOUR_INPUT_BYTES: [Byte; 12] = [72, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100, 33];\n\nfn main() {\n    let mut keccak = Keccak::new(SecurityLevel::SHA256, StateBitsWidth::F1600);\n    keccak.append(\u0026mut YOUR_INPUT_BYTES);\n    println!(\"{:?}\", keccak.hash());\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoniomacaronio%2Fkeccak-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoniomacaronio%2Fkeccak-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoniomacaronio%2Fkeccak-rust/lists"}