{"id":13558335,"url":"https://github.com/blckngm/noise-rust","last_synced_at":"2025-03-20T18:30:43.924Z","repository":{"id":48536104,"uuid":"82257988","full_name":"blckngm/noise-rust","owner":"blckngm","description":"Rust implementation of Noise","archived":false,"fork":false,"pushed_at":"2023-11-14T01:56:49.000Z","size":833,"stargazers_count":63,"open_issues_count":2,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-19T14:21:55.951Z","etag":null,"topics":["crypto","cryptography","noise","noise-protocol-framework","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blckngm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-02-17T04:43:27.000Z","updated_at":"2024-05-09T16:29:38.000Z","dependencies_parsed_at":"2022-09-08T16:41:40.804Z","dependency_job_id":"ae6e3a9e-d763-4560-ae97-7934e6dc1e1b","html_url":"https://github.com/blckngm/noise-rust","commit_stats":{"total_commits":223,"total_committers":12,"mean_commits":"18.583333333333332","dds":0.5695067264573991,"last_synced_commit":"36bc85bd05db04b0d469843275ccafd848cddb99"},"previous_names":["blckngm/noise-rust","sopium/noise-rust"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckngm%2Fnoise-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckngm%2Fnoise-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckngm%2Fnoise-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckngm%2Fnoise-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blckngm","download_url":"https://codeload.github.com/blckngm/noise-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244669902,"owners_count":20490881,"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","noise","noise-protocol-framework","rust"],"created_at":"2024-08-01T12:04:53.236Z","updated_at":"2025-03-20T18:30:43.624Z","avatar_url":"https://github.com/blckngm.png","language":"Rust","funding_links":[],"categories":["Rust","rust"],"sub_categories":[],"readme":"# Noise-Rust\n\n[![Crates.io](https://img.shields.io/crates/v/noise-protocol.svg)](https://crates.io/crates/noise-protocol)\n[![Docs.rs](https://docs.rs/noise-protocol/badge.svg)](https://docs.rs/noise-protocol)\n\nImplementation of the [Noise Protocol\nFramework](http://noiseprotocol.org) in Rust.\n\n## Status\n\nRevision 34 is implemented.\n\nTest vectors from [cacophony](https://github.com/centromere/cacophony) and [snow](https://github.com/mcginty/snow) are successfully verified.\n\n## Philosophy\n\n* Simple: straightforward implementation, small amount of code, almost no\n  dependencies, supports `no_std`. Feature `use_alloc` can optionallly be used\n  as an alternative to std.\n* Fast: static dispatch, no heap allocation necessary.\n* Unopinionated: flexible, primitive API, does not dictate how it should be\n  used.\n\n## Documentation\n\n* [noise-protocol](https://docs.rs/noise-protocol)\n* [noise-rust-crypto](https://docs.rs/noise-rust-crypto)\n\n## Crates\n\nThis repository contains several crates. The `noise-protocol` crate contains the\nabstract implementation of the protocol framework. `noise-rust-crypto` provides concrete implementations of\nthe needed crypto primitives. It is a wrapper for `x25519-dalek` and\n[RustCrypto](`https://github.com/RustCrypto`) crates.\n\nThe following table shows what primitives each of these crates\nsupports:\n\n|             | X25519 | AES-256-GCM | Chacha20-Poly1305 | SHA-256 | SHA-512 | BLAKE2s | BLAKE2b |\n|-------------|:------:|:-----------:|:-----------------:|:-------:|:-------:|:-------:|:-------:|\n| rust-ring   |        | ✔           | ✔                 | ✔       | ✔       |         |         |\n| rust-crypto | ✔      | ✔           | ✔                 | ✔       | ✔       | ✔       | ✔       |\n\nYou can also plug in other primitive implementations by implementing the `DH`,\n`Cipher` and `Hash` traits.\n\n## `no_std` usage\n\nThe `noise-protocol` crate supports `no_std`, if default features are\ndisabled.\n\n## License\n\nUnlicense.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblckngm%2Fnoise-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblckngm%2Fnoise-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblckngm%2Fnoise-rust/lists"}