{"id":15370220,"url":"https://github.com/jedisct1/rust-minisign-verify","last_synced_at":"2025-04-04T10:06:04.500Z","repository":{"id":42618840,"uuid":"182439855","full_name":"jedisct1/rust-minisign-verify","owner":"jedisct1","description":"A small Rust crate to verify Minisign signatures.","archived":false,"fork":false,"pushed_at":"2025-01-11T17:16:11.000Z","size":92,"stargazers_count":34,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T09:05:35.504Z","etag":null,"topics":["crypto","cryptography","ed25519","minisign","signatures"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jedisct1.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":"2019-04-20T18:14:40.000Z","updated_at":"2025-01-11T17:16:14.000Z","dependencies_parsed_at":"2024-06-20T23:24:55.986Z","dependency_job_id":"5343465b-7166-47f7-9a2e-6020065ac9d0","html_url":"https://github.com/jedisct1/rust-minisign-verify","commit_stats":{"total_commits":60,"total_committers":5,"mean_commits":12.0,"dds":"0.15000000000000002","last_synced_commit":"fa6c7d6808b95d9d885d1d5204ab761f54893a5e"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Frust-minisign-verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Frust-minisign-verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Frust-minisign-verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Frust-minisign-verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jedisct1","download_url":"https://codeload.github.com/jedisct1/rust-minisign-verify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157047,"owners_count":20893202,"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","ed25519","minisign","signatures"],"created_at":"2024-10-01T13:40:25.415Z","updated_at":"2025-04-04T10:06:04.467Z","avatar_url":"https://github.com/jedisct1.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minisign-verify\n\nA small, zero-dependencies Rust crate to verify [Minisign](https://jedisct1.github.io/minisign/) signatures.\n\n[API documentation](https://docs.rs/minisign-verify)\n\nExample:\n\n```rust\nlet public_key =\n    PublicKey::from_base64(\"RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3\")\n        .expect(\"Unable to decode the public key\");\n\nlet signature = Signature::decode(\n    \"untrusted comment: signature from minisign secret key\nRWQf6LRCGA9i59SLOFxz6NxvASXDJeRtuZykwQepbDEGt87ig1BNpWaVWuNrm73YiIiJbq71Wi+dP9eKL8OC351vwIasSSbXxwA=\ntrusted comment: timestamp:1555779966\\tfile:test\nQtKMXWyYcwdpZAlPF7tE2ENJkRd1ujvKjlj1m9RtHTBnZPa5WKU5uWRs5GoP5M/VqE81QFuMKI5k/SfNQUaOAA==\",\n    ).expect(\"Unable to decode the signature\");\n\nlet bin = b\"test\";\npublic_key.verify(\u0026bin[..], \u0026signature, false).expect(\"Signature didn't verify\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedisct1%2Frust-minisign-verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedisct1%2Frust-minisign-verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedisct1%2Frust-minisign-verify/lists"}