{"id":21898353,"url":"https://github.com/aetherinox/package-libkeccak-sha3sum","last_synced_at":"2025-06-14T22:09:33.667Z","repository":{"id":206105461,"uuid":"715850256","full_name":"Aetherinox/package-libkeccak-sha3sum","owner":"Aetherinox","description":"SHA-3 and Keccak checksum utility ","archived":false,"fork":false,"pushed_at":"2023-11-08T01:09:50.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T05:24:34.243Z","etag":null,"topics":["c-library","checksum","checksum-calculation","cryptographic-algorithms","cryptographic-primitive","cryptography-algorithms","integrity","keccak","keccak256","rawshake","security","sha3","shake"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aetherinox.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":"2023-11-08T00:39:30.000Z","updated_at":"2024-05-04T15:13:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6a3c854-9d5f-47a4-937c-2f577c33e8c0","html_url":"https://github.com/Aetherinox/package-libkeccak-sha3sum","commit_stats":null,"previous_names":["aetherinox/package-libkeccak-sha3sum","aetherinaux/package-libkeccak-sha3sum"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Aetherinox/package-libkeccak-sha3sum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetherinox%2Fpackage-libkeccak-sha3sum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetherinox%2Fpackage-libkeccak-sha3sum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetherinox%2Fpackage-libkeccak-sha3sum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetherinox%2Fpackage-libkeccak-sha3sum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aetherinox","download_url":"https://codeload.github.com/Aetherinox/package-libkeccak-sha3sum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetherinox%2Fpackage-libkeccak-sha3sum/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259890446,"owners_count":22927373,"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":["c-library","checksum","checksum-calculation","cryptographic-algorithms","cryptographic-primitive","cryptography-algorithms","integrity","keccak","keccak256","rawshake","security","sha3","shake"],"created_at":"2024-11-28T14:26:10.150Z","updated_at":"2025-06-14T22:09:33.644Z","avatar_url":"https://github.com/Aetherinox.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cb\u003eSHA-3 and Keccak Checksum Utility \u003c/b\u003e\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Version](https://img.shields.io/github/v/tag/Aetherinox/package-libkeccak-sha3sum?logo=GitHub\u0026label=version\u0026color=ba5225) ![Downloads](https://img.shields.io/github/downloads/Aetherinox/package-libkeccak-sha3sum/total) ![Repo Size](https://img.shields.io/github/repo-size/Aetherinox/package-libkeccak-sha3sum?label=size\u0026color=59702a) ![Last Commit)](https://img.shields.io/github/last-commit/Aetherinox/package-libkeccak-sha3sum?color=b43bcc)\n\n\u003c/div\u003e\n\n---\n\n\u003cbr /\u003e\n\nSHA-3 and Keccak checksum utility.\n\n\u003cbr /\u003e\n\nThis project was available at https://github.com/maandree/sha3sum and has since been archived. I needed some extra things integrated, so I'm taking on my own fork.\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n# About\n\nFully configurable byte-orientated checksum utilities for Keccak and its close derivatives SHA-3, SHAKE and RawSHAKE.\n\nThis utilities can generate checksums or verify the checksums of files.\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n# Build\n\n\u003e [!WARNING]\n\u003e You must build `libkeccak` first, and then `sha3sum`.\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\nClone with git\n```shell\ngit clone https://github.com/Aetherinox/package-libkeccak-sha3sum.git\n```\n\n\u003cbr /\u003e\n\nChange to new directory\n```shell\ncd package-libkeccak-sha3sum/libkeccak\n```\n\n\u003cbr /\u003e\n\nRun make \u0026\u0026 make install on `libkeccak`:\n\n```shell\nmake\nsudo make install\n```\n\n\u003cbr /\u003e\n\nNext, go to the `sha3sum` folder and do the same.\n\n```shell\nmake\nsudo make install\n```\n\n\u003cbr /\u003e\n\nYou should be able to run a simple hash now\n\n```shell\nsha3sum \u003c\u003c\u003c \"Hello World\"\n```\n\n\u003cbr /\u003e\n\nWhich should return\n\n```\ndc0d4419c6e5dbc2e5fbb9fcb9dc6ea16d6b3cbca34aabb618e2f782\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetherinox%2Fpackage-libkeccak-sha3sum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetherinox%2Fpackage-libkeccak-sha3sum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetherinox%2Fpackage-libkeccak-sha3sum/lists"}