{"id":28518210,"url":"https://github.com/rustcrypto/nacl-compat","last_synced_at":"2025-07-06T02:32:41.818Z","repository":{"id":37889876,"uuid":"387828787","full_name":"RustCrypto/nacl-compat","owner":"RustCrypto","description":"Pure Rust compatibility layer for NaCl-family libraries","archived":false,"fork":false,"pushed_at":"2025-04-08T22:28:43.000Z","size":297,"stargazers_count":76,"open_issues_count":8,"forks_count":29,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-03T00:28:27.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/RustCrypto.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-20T15:04:19.000Z","updated_at":"2025-06-18T23:21:11.000Z","dependencies_parsed_at":"2023-11-09T01:29:43.406Z","dependency_job_id":"ba5d8781-e324-45c4-b6cc-486d9ed3e0a4","html_url":"https://github.com/RustCrypto/nacl-compat","commit_stats":{"total_commits":139,"total_committers":21,"mean_commits":6.619047619047619,"dds":"0.48920863309352514","last_synced_commit":"f8dea339ce6ab9b75bcd06775163fa9c5e4d1641"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/RustCrypto/nacl-compat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fnacl-compat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fnacl-compat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fnacl-compat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fnacl-compat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustCrypto","download_url":"https://codeload.github.com/RustCrypto/nacl-compat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fnacl-compat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263838696,"owners_count":23518137,"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":[],"created_at":"2025-06-09T05:36:23.434Z","updated_at":"2025-07-06T02:32:41.812Z","avatar_url":"https://github.com/RustCrypto.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RustCrypto: compatibility layer for NaCl-family libraries\n\n[![Project Chat][chat-image]][chat-link]\n\nPure Rust implementation of APIs from [NaCl]-family libraries\n(e.g. [libsodium], [TweetNaCl]).\n\n## Crates\n\n| Name                                                                                               | Crates.io                                                                                                             | Documentation                                                                                          | MSRV |\n| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |------|\n| [`crypto_box`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_box)                   | [![crates.io](https://img.shields.io/crates/v/crypto_box.svg)](https://crates.io/crates/crypto_box)                   | [![Documentation](https://docs.rs/crypto_box/badge.svg)](https://docs.rs/crypto_box)                   | 1.60 |\n| [`crypto_kx`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_kx)                     | [![crates.io](https://img.shields.io/crates/v/crypto_kx.svg)](https://crates.io/crates/crypto_kx)                     | [![Documentation](https://docs.rs/crypto_kx/badge.svg)](https://docs.rs/crypto_kx)                     | 1.60 |\n| [`crypto_secretbox`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox)       | [![crates.io](https://img.shields.io/crates/v/crypto_secretbox.svg)](https://crates.io/crates/crypto_secretbox)       | [![Documentation](https://docs.rs/crypto_secretbox/badge.svg)](https://docs.rs/crypto_secretbox) | 1.60 |\n| [`crypto_secretstream`](https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretstream) | [![crates.io](https://img.shields.io/crates/v/crypto_secretstream.svg)](https://crates.io/crates/crypto_secretstream) | [![Documentation](https://docs.rs/crypto_secretstream/badge.svg)](https://docs.rs/crypto_secretstream) | 1.60 |\n\n## MSRV Policy\n\nMinimum Supported Rust Version (MSRV) can be changed in the future, but it will be\ndone with a minor version bump.\n\n## License\n\nAll crates 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### 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\n[//]: # \"badges\"\n[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg\n[chat-link]: https://rustcrypto.zulipchat.com/#all_messages\n\n[//]: # \"general links\"\n[nacl]: https://nacl.cr.yp.to\n[libsodium]: https://doc.libsodium.org\n[tweetnacl]: https://tweetnacl.cr.yp.to\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustcrypto%2Fnacl-compat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustcrypto%2Fnacl-compat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustcrypto%2Fnacl-compat/lists"}