{"id":21619415,"url":"https://github.com/jiahaoxiang2000/sbox-bgc","last_synced_at":"2025-03-18T18:20:59.098Z","repository":{"id":234658830,"uuid":"789322373","full_name":"jiahaoxiang2000/sbox-bgc","owner":"jiahaoxiang2000","description":"use the smt solver to find the sbox implementation","archived":false,"fork":false,"pushed_at":"2024-06-09T08:39:33.000Z","size":307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T21:28:48.258Z","etag":null,"topics":["cryptography","sbox","smt"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/jiahaoxiang2000.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}},"created_at":"2024-04-20T08:27:55.000Z","updated_at":"2025-01-07T12:49:58.000Z","dependencies_parsed_at":"2024-05-17T10:25:51.110Z","dependency_job_id":"90da403c-5985-4eb2-af9f-31a32b55a1fc","html_url":"https://github.com/jiahaoxiang2000/sbox-bgc","commit_stats":null,"previous_names":["jiahaoxiang2000/sbox-bgc"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaoxiang2000%2Fsbox-bgc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaoxiang2000%2Fsbox-bgc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaoxiang2000%2Fsbox-bgc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaoxiang2000%2Fsbox-bgc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiahaoxiang2000","download_url":"https://codeload.github.com/jiahaoxiang2000/sbox-bgc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244277179,"owners_count":20427312,"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":["cryptography","sbox","smt"],"created_at":"2024-11-24T23:08:57.591Z","updated_at":"2025-03-18T18:20:59.079Z","avatar_url":"https://github.com/jiahaoxiang2000.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nUtilize the SMT, also known as a constraint solver, to decipher the s-box, a component used in cryptography.\n\n## Environment\n\nFor Bitwuzla, a detailed installation guide can be found at the [installation page](https://bitwuzla.github.io/docs/install.html).\n\nTo make it easier to use, we utilize the Python Bindings.\n\n```bash\n# Clone Bitwuzla repository\ngit clone https://github.com/bitwuzla/bitwuzla\ncd bitwuzla\n\n# have some dependencies on ubuntu 22.04\nsudo apt-get install -y libgmp-dev\n\npip install meson-python\npip install Cython\n \n# Build and install Bitwuzla Python bindings\npip install .\n# note the install progress need to git fetch from github, for its dependencies.\n```\n\n## The SMT of Bitwuzla \n\nThis document provides examples of using Bitwuzla, which can be found in the [Bitwuzla Documentation](https://bitwuzla.github.io/docs/python/api.html). These examples demonstrate how to use Bitwuzla to solve SMT problems effectively. Additionally, the Python interface allows us to leverage the capabilities that Bitwuzla offers.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiahaoxiang2000%2Fsbox-bgc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiahaoxiang2000%2Fsbox-bgc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiahaoxiang2000%2Fsbox-bgc/lists"}