{"id":22799954,"url":"https://github.com/tangle-network/signature_bls","last_synced_at":"2025-07-21T17:31:34.634Z","repository":{"id":70934909,"uuid":"585652627","full_name":"tangle-network/signature_bls","owner":"tangle-network","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T18:16:07.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T19:17:31.378Z","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/tangle-network.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-01-05T18:11:13.000Z","updated_at":"2023-01-05T18:16:10.000Z","dependencies_parsed_at":"2023-04-16T00:20:40.574Z","dependency_job_id":null,"html_url":"https://github.com/tangle-network/signature_bls","commit_stats":null,"previous_names":["tangle-network/signature_bls"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tangle-network/signature_bls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsignature_bls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsignature_bls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsignature_bls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsignature_bls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangle-network","download_url":"https://codeload.github.com/tangle-network/signature_bls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsignature_bls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266342809,"owners_count":23914262,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-12-12T07:10:33.967Z","updated_at":"2025-07-21T17:31:34.587Z","avatar_url":"https://github.com/tangle-network.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# signature_bls\n\n[![crate][crate-image]][crate-link]\n[![docs][docs-image]][docs-link]\n[![license][license-image]][license-link]\n[![discuss][discuss-image]][discuss-link]\n\nOckam is a library for building devices that communicate securely, privately\nand trustfully with cloud services and other devices.\n\nIn order to support a variety of proving protocols, this crate implements the BLS signatures scheme which can be used as a building block for other more elaborate zero-knowledge capable signatures like short group signatures.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```\n[dependencies]\nsignature_bls = \"0.34.0\"\n```\n\n## Crate Features\n\nThe `signature_bls` crate has a Cargo feature named `\"alloc\"` that is enabled by\ndefault. In order to use this crate in a `no_std` context this feature can\ndisabled as follows\n\n```\n[dependencies]\nsignature_bls = { version = \"0.34.0\" , default-features = false }\n```\n\nPlease note that Cargo features are unioned across the entire dependency\ngraph of a project. If any other crate you depend on has not opted out of\n`signature_bls` default features, Cargo will build `signature_bls` with the std\nfeature enabled whether or not your direct dependency on `signature_bls`\nhas `default-features = false`.\n\n## License\n\nThis code is licensed under the terms of the [Apache License 2.0][license-link].\n\n[main-ockam-crate-link]: https://crates.io/crates/ockam\n[ockam-vault-crate-link]: https://crates.io/crates/signature_bls\n\n[crate-image]: https://img.shields.io/crates/v/signature_bls.svg\n[crate-link]: https://crates.io/crates/signature_bls\n\n[docs-image]: https://docs.rs/signature_bls/badge.svg\n[docs-link]: https://docs.rs/signature_bls\n\n[license-image]: https://img.shields.io/badge/License-Apache%202.0-green.svg\n[license-link]: https://github.com/ockam-network/ockam/blob/HEAD/LICENSE\n\n[discuss-image]: https://img.shields.io/badge/Discuss-Github%20Discussions-ff70b4.svg\n[discuss-link]: https://github.com/ockam-network/ockam/discussions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fsignature_bls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangle-network%2Fsignature_bls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fsignature_bls/lists"}