{"id":13632704,"url":"https://github.com/RustCrypto/traits","last_synced_at":"2025-04-18T05:32:50.959Z","repository":{"id":37271462,"uuid":"85605821","full_name":"RustCrypto/traits","owner":"RustCrypto","description":"Collection of cryptography-related traits","archived":false,"fork":false,"pushed_at":"2024-11-04T22:06:52.000Z","size":2604,"stargazers_count":580,"open_issues_count":56,"forks_count":189,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-08T16:56:25.159Z","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}},"created_at":"2017-03-20T17:24:37.000Z","updated_at":"2024-11-07T13:10:13.000Z","dependencies_parsed_at":"2023-10-22T07:23:13.209Z","dependency_job_id":"506bcdad-9e40-4915-8fe0-8fa03691af41","html_url":"https://github.com/RustCrypto/traits","commit_stats":{"total_commits":1352,"total_committers":64,"mean_commits":21.125,"dds":"0.31360946745562135","last_synced_commit":"a1ade1baa00de8c9f9e76ef673734db8f36d6982"},"previous_names":[],"tags_count":306,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Ftraits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Ftraits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Ftraits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Ftraits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustCrypto","download_url":"https://codeload.github.com/RustCrypto/traits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223744289,"owners_count":17195449,"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":"2024-08-01T22:03:11.520Z","updated_at":"2025-04-18T05:32:50.953Z","avatar_url":"https://github.com/RustCrypto.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# RustCrypto: Traits\n\n[![Project Chat][chat-image]][chat-link] ![Apache2/MIT licensed][license-image] [![dependency status][deps-image]][deps-link]\n\nCollection of traits which describe functionality of cryptographic primitives.\n\n## Crates\n\n| Name                | Algorithm | Crates.io | Docs  | MSRV |\n|---------------------|-----------|:---------:|:-----:|:----:|\n| [`aead`]            | [Authenticated encryption]    | [![crates.io](https://img.shields.io/crates/v/aead.svg)](https://crates.io/crates/aead) | [![Documentation](https://docs.rs/aead/badge.svg)](https://docs.rs/aead) | ![MSRV 1.85][msrv-1.85] |\n| [`async‑signature`] | [Digital signature]           | [![crates.io](https://img.shields.io/crates/v/async-signature.svg)](https://crates.io/crates/async-signature) | [![Documentation](https://docs.rs/async-signature/badge.svg)](https://docs.rs/async-signature) | ![MSRV 1.85][msrv-1.85] |\n| [`cipher`]          | [Block] and [stream cipher]   | [![crates.io](https://img.shields.io/crates/v/cipher.svg)](https://crates.io/crates/cipher) | [![Documentation](https://docs.rs/cipher/badge.svg)](https://docs.rs/cipher) | ![MSRV 1.85][msrv-1.85] |\n| [`crypto‑common`]      | Common cryptographic traits | [![crates.io](https://img.shields.io/crates/v/crypto-common.svg)](https://crates.io/crates/crypto-common) | [![Documentation](https://docs.rs/crypto-common/badge.svg)](https://docs.rs/crypto-common) | ![MSRV 1.85][msrv-1.85] |\n| [`digest`]          | [Cryptographic hash function] | [![crates.io](https://img.shields.io/crates/v/digest.svg)](https://crates.io/crates/digest) | [![Documentation](https://docs.rs/digest/badge.svg)](https://docs.rs/digest) | ![MSRV 1.85][msrv-1.85] |\n| [`elliptic‑curve`]  | [Elliptic curve cryptography] | [![crates.io](https://img.shields.io/crates/v/elliptic-curve.svg)](https://crates.io/crates/elliptic-curve) | [![Documentation](https://docs.rs/elliptic-curve/badge.svg)](https://docs.rs/elliptic-curve) | ![MSRV 1.85][msrv-1.85] |\n| [`kem`]             | [Key encapsulation mechanism] | [![crates.io](https://img.shields.io/crates/v/kem.svg)](https://crates.io/crates/kem) | [![Documentation](https://docs.rs/kem/badge.svg)](https://docs.rs/kem) | ![MSRV 1.85][msrv-1.85] |\n| [`password-hash`]   | [Password hashing]            | [![crates.io](https://img.shields.io/crates/v/password-hash.svg)](https://crates.io/crates/password-hash) | [![Documentation](https://docs.rs/password-hash/badge.svg)](https://docs.rs/password-hash) | ![MSRV 1.85][msrv-1.85] |\n| [`signature`]       | [Digital signature]           | [![crates.io](https://img.shields.io/crates/v/signature.svg)](https://crates.io/crates/signature) | [![Documentation](https://docs.rs/signature/badge.svg)](https://docs.rs/signature) | ![MSRV 1.85][msrv-1.85] |\n| [`universal‑hash`]  | [Universal hash function]     | [![crates.io](https://img.shields.io/crates/v/universal-hash.svg)](https://crates.io/crates/universal-hash) | [![Documentation](https://docs.rs/universal-hash/badge.svg)](https://docs.rs/universal-hash) | ![MSRV 1.85][msrv-1.85] |\n\n### Additional Crates\n\n| Crate name | Description             | Crates.io | Docs  | MSRV |\n|------------|-------------------------|:---------:|:-----:|:----:|\n| [`crypto`] | Facade for trait crates | [![crates.io](https://img.shields.io/crates/v/crypto.svg)](https://crates.io/crates/crypto) | [![Documentation](https://docs.rs/crypto/badge.svg)](https://docs.rs/crypto) | ![MSRV 1.85][msrv-1.85] |\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 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n[//]: # (badges)\n\n[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg\n[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260050-traits\n[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg\n[deps-image]: https://deps.rs/repo/github/RustCrypto/traits/status.svg\n[deps-link]: https://deps.rs/repo/github/RustCrypto/traits\n[msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0+-blue.svg\n\n[//]: # (crates)\n\n[`aead`]: ./aead\n[`async‑signature`]: ./signature/async\n[`cipher`]: ./cipher\n[`crypto‑common`]: ./crypto-common\n[`crypto`]: ./crypto\n[`digest`]: ./digest\n[`elliptic‑curve`]: ./elliptic-curve\n[`kem`]: ./kem\n[`password-hash`]: ./password-hash\n[`signature`]: ./signature\n[`universal‑hash`]: ./universal-hash\n\n[//]: # (algorithms)\n\n[Authenticated encryption]: https://en.wikipedia.org/wiki/Authenticated_encryption\n[Block]: https://en.wikipedia.org/wiki/Block_cipher\n[Message authentication code]: https://en.wikipedia.org/wiki/Message_authentication_code\n[Cryptographic hash function]: https://en.wikipedia.org/wiki/Cryptographic_hash_function\n[Digital signature]: https://en.wikipedia.org/wiki/Digital_signature\n[Elliptic curve cryptography]: https://en.wikipedia.org/wiki/Elliptic-curve_cryptography\n[Key encapsulation mechanism]: https://en.wikipedia.org/wiki/Key_encapsulation\n[Password hashing]: https://en.wikipedia.org/wiki/Cryptographic_hash_function#Password_verification\n[Stream cipher]: https://en.wikipedia.org/wiki/Stream_cipher\n[Universal hash function]: https://en.wikipedia.org/wiki/Universal_hashing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustCrypto%2Ftraits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRustCrypto%2Ftraits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustCrypto%2Ftraits/lists"}