{"id":25703456,"url":"https://github.com/dashpay/rs-merk-verify-c-binding","last_synced_at":"2026-05-13T21:35:14.359Z","repository":{"id":46533235,"uuid":"404752708","full_name":"dashpay/rs-merk-verify-c-binding","owner":"dashpay","description":"Merk verification for C and iOS","archived":false,"fork":false,"pushed_at":"2023-02-23T13:06:13.000Z","size":58,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-25T05:32:54.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/dashpay.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":"2021-09-09T14:24:48.000Z","updated_at":"2023-04-11T15:40:08.000Z","dependencies_parsed_at":"2025-02-25T05:40:16.620Z","dependency_job_id":null,"html_url":"https://github.com/dashpay/rs-merk-verify-c-binding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dashpay/rs-merk-verify-c-binding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Frs-merk-verify-c-binding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Frs-merk-verify-c-binding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Frs-merk-verify-c-binding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Frs-merk-verify-c-binding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashpay","download_url":"https://codeload.github.com/dashpay/rs-merk-verify-c-binding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Frs-merk-verify-c-binding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33001236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-02-25T05:29:41.932Z","updated_at":"2026-05-13T21:35:14.340Z","avatar_url":"https://github.com/dashpay.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rs-merk-verify-c-binding\nMerk verification for C and iOS/MacOS\n\n###### Prerequisites:\n```\ncargo install cargo-lipo\nrustup target add aarch64-apple-ios\nrustup target add x86_64-apple-ios\n```\n\n###### Create universal binary (iOS): \n```\ncargo lipo --release\n```\n\n###### Create MacOS version:\n```\ncargo build --target=x86_64-apple-darwin --release\ncargo build --target=aarch64-apple-darwin --release\nlipo -create target/aarch64-apple-darwin/release/libmerk_ios.a target/x86_64-apple-darwin/release/libmerk_ios.a -output target/universal/release/libmerkMacOS.a\n```\n\nUse from Obj-C with NSData:\nAdd generated merk.h\n\n```obj-c    \nNSData *proofData = ...\n// proof data\nExecuteProofResult *result = execute_proof_c(proofData.bytes, proofData.length);\n// cleanup memory\ndestroy_proof_c(result);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Frs-merk-verify-c-binding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashpay%2Frs-merk-verify-c-binding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Frs-merk-verify-c-binding/lists"}