{"id":16800741,"url":"https://github.com/houseme/crypto-rs","last_synced_at":"2026-03-16T16:02:04.874Z","repository":{"id":103580808,"uuid":"546406035","full_name":"houseme/crypto-rs","owner":"houseme","description":"A general solution for commonly used crypt in rust, collection of cryptography-related traits and algorithms.","archived":false,"fork":false,"pushed_at":"2024-01-23T03:04:27.000Z","size":62,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T21:35:39.439Z","etag":null,"topics":["crypto","cryptographic","hash","rust","rust-crypto","rust-cryptography-library","signature"],"latest_commit_sha":null,"homepage":"https://houseme.github.io/crypto-rs/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/houseme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/houseme"]}},"created_at":"2022-10-06T03:01:37.000Z","updated_at":"2023-08-20T15:09:58.000Z","dependencies_parsed_at":"2023-12-19T07:55:20.879Z","dependency_job_id":"ab4ec7a6-0044-41cb-8cec-345cba21c01f","html_url":"https://github.com/houseme/crypto-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/houseme/crypto-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fcrypto-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fcrypto-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fcrypto-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fcrypto-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/houseme","download_url":"https://codeload.github.com/houseme/crypto-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fcrypto-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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","cryptographic","hash","rust","rust-crypto","rust-cryptography-library","signature"],"created_at":"2024-10-13T09:34:53.340Z","updated_at":"2026-03-16T16:02:04.763Z","avatar_url":"https://github.com/houseme.png","language":"Rust","funding_links":["https://paypal.me/houseme"],"categories":[],"sub_categories":[],"readme":"# Crypto-rs\nA general solution for commonly used crypt in rust, collection of cryptography-related traits and algorithms.\n\n\n[![Build](https://github.com/houseme/crypto-rs/workflows/Build/badge.svg)](https://github.com/houseme/crypto-rs/actions?query=workflow%3ABuild)\n[![crates.io](https://img.shields.io/crates/v/crypto-rs.svg)](https://crates.io/crates/crypto-rs)\n[![docs.rs](https://docs.rs/crypto-rs/badge.svg)](https://docs.rs/crypto-rs/)\n[![License](https://img.shields.io/crates/l/crypto-rs)](LICENSE-APACHE)\n\nThis is a Rust implementation of the original [houseme/gocrypto](https://github.com/houseme/gocrypto), which is written in Go.\n\n\n\n## Install\n\nAdd the following to your `Cargo.toml`:\n```toml\n[dependencies]\ncrypto-rs = \"0.1\"\n```\n\n## Quickstart\n\n```rust\n\n```\n\n## Benchmarks\n\n\nRun them yourself with `cargo bench`.\n\n#### 1, Benchmarks were run on a MacBook Pro (16-inch, 2019) with a 2,4GHz i9 and 64 GB memory.\n\n```\ntest bench_decompose ... bench:         651 ns/iter (+/- 251)\ntest bench_new       ... bench:     795,722 ns/iter (+/- 371,556)\ntest bench_next_id   ... bench:      36,652 ns/iter (+/- 1,105)\n```\n\n#### 2, Benchmarks were run on a MacBook Pro (15-inch, 2017) with a 2,8GHz i7 and 16 GB memory.\n\n```\ntest bench_decompose ... bench:       1,066 ns/iter (+/- 132)\ntest bench_new       ... bench:     738,129 ns/iter (+/- 318,192)\ntest bench_next_id   ... bench:      37,390 ns/iter (+/- 499)\n```\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhouseme%2Fcrypto-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhouseme%2Fcrypto-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhouseme%2Fcrypto-rs/lists"}