{"id":50694130,"url":"https://github.com/raphaelrrcoelho/commitment-scheme","last_synced_at":"2026-06-09T05:06:57.741Z","repository":{"id":314688857,"uuid":"81631281","full_name":"raphaelrrcoelho/commitment-scheme","owner":"raphaelrrcoelho","description":"In cryptography, a commitment scheme allows one to commit to a chosen value (or chosen statement) while keeping it hidden to others, with the ability to reveal the committed value later. Commitment schemes are designed so that a party cannot change the value or statement after they have committed to it: that is, commitment schemes are binding.","archived":false,"fork":false,"pushed_at":"2017-02-11T05:58:32.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-14T05:51:58.328Z","etag":null,"topics":["cryptography","hashing","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphaelrrcoelho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-11T04:45:06.000Z","updated_at":"2023-07-17T22:05:41.000Z","dependencies_parsed_at":"2025-09-14T05:51:59.474Z","dependency_job_id":"36254407-5c7a-4e93-b72c-71712f8abc61","html_url":"https://github.com/raphaelrrcoelho/commitment-scheme","commit_stats":null,"previous_names":["raphaelrrcoelho/commitment-scheme"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/raphaelrrcoelho/commitment-scheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelrrcoelho%2Fcommitment-scheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelrrcoelho%2Fcommitment-scheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelrrcoelho%2Fcommitment-scheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelrrcoelho%2Fcommitment-scheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphaelrrcoelho","download_url":"https://codeload.github.com/raphaelrrcoelho/commitment-scheme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelrrcoelho%2Fcommitment-scheme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cryptography","hashing","python3"],"created_at":"2026-06-09T05:06:56.100Z","updated_at":"2026-06-09T05:06:57.735Z","avatar_url":"https://github.com/raphaelrrcoelho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Commitment Scheme API\n\n```\ncommit(msg) -\u003e (com, key)\nveryfy(com, key, msg) -\u003e boolean\n```\n\nCommitment Scheme API Implementation\n\n```\ncommit(msg) -\u003e (Hash(key | msg), key) // key = randon 256-bit value \nveryfy(com, key, msg) -\u003e com == Hash(key | msg)\n```\nUsage\n\n```\npython commitment.py [commit] \u003cmsg\u003e\npython commitment.py [verify] \u003ccom\u003e \u003ckey\u003e \u003cmsg\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelrrcoelho%2Fcommitment-scheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphaelrrcoelho%2Fcommitment-scheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelrrcoelho%2Fcommitment-scheme/lists"}