{"id":21548286,"url":"https://github.com/sammyne/crypto-rs","last_synced_at":"2025-03-18T01:48:13.269Z","repository":{"id":57613745,"uuid":"217667513","full_name":"sammyne/crypto-rs","owner":"sammyne","description":"A Go-like crypto library in Rust","archived":false,"fork":false,"pushed_at":"2023-04-14T02:09:06.000Z","size":3381,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-03T18:51:32.281Z","etag":null,"topics":["cryptography","digital-signature","encryption","hash","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sammyne.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-26T06:42:19.000Z","updated_at":"2023-04-13T05:15:21.000Z","dependencies_parsed_at":"2025-01-24T09:36:53.183Z","dependency_job_id":null,"html_url":"https://github.com/sammyne/crypto-rs","commit_stats":null,"previous_names":["sammyne/cryptographer"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fcrypto-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fcrypto-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fcrypto-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fcrypto-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sammyne","download_url":"https://codeload.github.com/sammyne/crypto-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141570,"owners_count":20404835,"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","digital-signature","encryption","hash","rust"],"created_at":"2024-11-24T06:18:04.043Z","updated_at":"2025-03-18T01:48:13.247Z","avatar_url":"https://github.com/sammyne.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypto-rs\n\n[![docs badge](https://img.shields.io/badge/docs-0.7.0-blue)](https://sammyne.github.io/crypto-rs/crypto/)\n![minimum rustc](https://img.shields.io/badge/rustc-1.68.2%2B-blue)\n\nThis repository tries to implement a Go-like crypto library in Rust.\n\n## Algorithms\n\n\u003e The added time of every new algorithm should be recorded in the table below.\n\n|  Algorithm | AddedAt(YY/MM/DD) |\n| ---------: | :---------------- |\n|        AES | 19/12/25          |\n| Curve25519 | 19/12/30          |\n|    ED25519 | 20/01/04          |\n|       HMAC | 20/01/09          |\n|        MD5 | 19/12/26          |\n|        RC4 | 20/01/11          |\n|  RIPEMD160 | 19/12/26          |\n|       SHA1 | 20/03/10          |\n|       SHA3 | 20/03/06          |\n|     subtle | 20/01/11          |\n\n## Examples\n\nJust check the corresponding tests of the same names under the tests folder~\n\n## FAQ\n\n- Q: Why not separate each algorithm as small crates?\n- A: There're some common trait depended by these cryptographic algorithms. If packing these\n  traits as a crate, it may happen that crates in this repository reference different versions\n  of the common traits. Besides, if a crate of the same commit hash is specified with tag/rev,\n  it's treated as two crates by cargo, which has no fix right now. So I'd like to package all of\n  them into a large crate, and enable them through **features**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammyne%2Fcrypto-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammyne%2Fcrypto-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammyne%2Fcrypto-rs/lists"}