{"id":13566440,"url":"https://github.com/tlsnotary/tlsn","last_synced_at":"2025-04-04T00:30:47.411Z","repository":{"id":37849682,"uuid":"452901825","full_name":"tlsnotary/tlsn","owner":"tlsnotary","description":"Rust implementation of the TLSNotary protocol","archived":false,"fork":false,"pushed_at":"2025-03-21T17:13:23.000Z","size":72337,"stargazers_count":317,"open_issues_count":50,"forks_count":86,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-03-24T04:33:11.127Z","etag":null,"topics":["cryptography","multi-party-computation","tls"],"latest_commit_sha":null,"homepage":"https://tlsnotary.org","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/tlsnotary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-01-28T01:28:24.000Z","updated_at":"2025-03-23T10:09:39.000Z","dependencies_parsed_at":"2023-10-15T19:55:46.321Z","dependency_job_id":"df57f48b-19a9-4bed-b374-2d776604448c","html_url":"https://github.com/tlsnotary/tlsn","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsnotary%2Ftlsn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsnotary%2Ftlsn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsnotary%2Ftlsn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsnotary%2Ftlsn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlsnotary","download_url":"https://codeload.github.com/tlsnotary/tlsn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103306,"owners_count":20884023,"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","multi-party-computation","tls"],"created_at":"2024-08-01T13:02:09.657Z","updated_at":"2025-04-04T00:30:43.506Z","avatar_url":"https://github.com/tlsnotary.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./tlsn-banner.png\" width=1280 /\u003e\n\u003c/p\u003e\n\n![MIT licensed][mit-badge]\n![Apache licensed][apache-badge]\n[![Build Status][actions-badge]][actions-url]\n\n[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[apache-badge]: https://img.shields.io/github/license/saltstack/salt\n[actions-badge]: https://github.com/tlsnotary/tlsn/actions/workflows/ci.yml/badge.svg?branch=dev\n[actions-url]: https://github.com/tlsnotary/tlsn/actions?query=workflow%3Aci+branch%3Adev\n\n[Website](https://tlsnotary.org) |\n[Documentation](https://docs.tlsnotary.org) |\n[API Docs](https://tlsnotary.github.io/tlsn) |\n[Discord](https://discord.gg/9XwESXtcN7)\n\n# TLSNotary\n\n**Data provenance and privacy with secure multi-party computation**\n\n## ⚠️ Notice\n\nThis project is currently under active development and should not be used in production. Expect bugs and regular major breaking changes.\n\n## License\nAll crates in this repository are licensed under either of\n\n- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n- [MIT license](http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Branches\n\n- [`main`](https://github.com/tlsnotary/tlsn/tree/main)\n  - Default branch — points to the latest release.\n  - This is stable and suitable for most users.\n- [`dev`](https://github.com/tlsnotary/tlsn/tree/dev)\n  - Development branch — contains the latest PRs.\n  - Developers should submit their PRs against this branch.\n\n## Directory\n\n- [examples](./crates/examples/): Examples on how to use the TLSNotary protocol.\n- [tlsn-prover](./crates/prover/): The library for the prover component.\n- [tlsn-verifier](./crates/verifier/): The library for the verifier component.\n- [notary](./crates/notary/): Implements the [notary server](https://docs.tlsnotary.org/intro.html#tls-verification-with-a-general-purpose-notary) and its client.\n- [components](./crates/components/): Houses low-level libraries.\n\nThis repository contains the source code for the Rust implementation of the TLSNotary protocol. For additional tools and implementations related to TLSNotary, visit \u003chttps://github.com/tlsnotary\u003e. This includes repositories such as [`tlsn-js`](https://github.com/tlsnotary/tlsn-js), [`tlsn-extension`](https://github.com/tlsnotary/tlsn-extension), [`explorer`](https://github.com/tlsnotary/explorer), among others.\n\n\n## Development\n\n\u003e [!IMPORTANT]\n\u003e **Note on Rust-to-WASM Compilation**: This project requires compiling Rust into WASM, which needs [`clang`](https://clang.llvm.org/) version 16.0.0 or newer. MacOS users, be aware that Xcode's default `clang` might be older. If you encounter the error `No available targets are compatible with triple \"wasm32-unknown-unknown\"`, it's likely due to an outdated `clang`. Updating `clang` to a newer version should resolve this issue.\n\u003e \n\u003e For MacOS aarch64 users, if Apple's default `clang` isn't working, try installing `llvm` via Homebrew (`brew install llvm`). You can then prioritize the Homebrew `clang` over the default macOS version by modifying your `PATH`. Add the following line to your shell configuration file (e.g., `.bashrc`, `.zshrc`):\n\u003e ```sh\n\u003e export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"\n\u003e ```\n\nIf you run into this error:\n```\nCould not find directory of OpenSSL installation, and this `-sys` crate cannot\n  proceed without this knowledge. If OpenSSL is installed and this crate had\n  trouble finding it,  you can set the `OPENSSL_DIR` environment variable for the\n  compilation process.\n```\nMake sure you have the development packages of OpenSSL installed (`libssl-dev` on Ubuntu or `openssl-devel` on Fedora).\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlsnotary%2Ftlsn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlsnotary%2Ftlsn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlsnotary%2Ftlsn/lists"}