{"id":373007,"url":"https://github.com/RustCrypto/block-ciphers","last_synced_at":"2026-06-13T02:02:36.147Z","repository":{"id":14506136,"uuid":"76649021","full_name":"RustCrypto/block-ciphers","owner":"RustCrypto","description":"Collection of block cipher algorithms written in pure Rust","archived":false,"fork":false,"pushed_at":"2026-05-27T13:53:01.000Z","size":3031,"stargazers_count":771,"open_issues_count":16,"forks_count":148,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-05-28T19:30:46.139Z","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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-12-16T11:35:26.000Z","updated_at":"2026-05-27T13:52:41.000Z","dependencies_parsed_at":"2026-03-02T21:02:16.340Z","dependency_job_id":null,"html_url":"https://github.com/RustCrypto/block-ciphers","commit_stats":{"total_commits":481,"total_committers":52,"mean_commits":9.25,"dds":0.5467775467775468,"last_synced_commit":"4da9b802de52a3326fdc74d559caddd57042fed2"},"previous_names":[],"tags_count":271,"template":false,"template_full_name":null,"purl":"pkg:github/RustCrypto/block-ciphers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fblock-ciphers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fblock-ciphers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fblock-ciphers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fblock-ciphers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustCrypto","download_url":"https://codeload.github.com/RustCrypto/block-ciphers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fblock-ciphers/sbom","scorecard":{"id":123298,"data":{"date":"2025-08-11","repo":{"name":"github.com/RustCrypto/block-ciphers","commit":"86d4c31736f197bf8897de2d28cea1381fadde80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Maintained","score":10,"reason":"6 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":3,"reason":"Found 9/30 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:191: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:193: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:197: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:234: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:238: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:248: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:95: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:126: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aes.yml:158: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aes.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aes.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aria.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aria.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aria.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aria.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/aria.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aria.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/aria.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/aria.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/belt-block.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/belt-block.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/belt-block.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/belt-block.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/belt-block.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/belt-block.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/belt-block.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/belt-block.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/blowfish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/blowfish.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/blowfish.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/blowfish.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/blowfish.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/blowfish.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/blowfish.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/blowfish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/camellia.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/camellia.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/camellia.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/camellia.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/camellia.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/camellia.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/camellia.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/camellia.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cast5.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast5.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast5.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cast5.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast5.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast5.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast5.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast5.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cast6.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast6.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast6.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast6.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cast6.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast6.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cast6.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/cast6.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/des.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/des.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/des.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/des.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/des.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/des.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/des.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/des.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gift.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gift.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gift.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gift.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gift.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gift.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gift.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/gift.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/idea.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/idea.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/idea.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/idea.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/idea.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/idea.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/idea.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/idea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:95: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/kuznyechik.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/kuznyechik.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/magma.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/magma.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/magma.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/magma.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/magma.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/magma.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/magma.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/magma.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rc2.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc2.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc2.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc2.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rc2.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc2.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc2.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc2.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc5.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rc5.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc5.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc5.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rc5.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc5.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rc5.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/rc5.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/security-audit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/security-audit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/security-audit.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/security-audit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/security-audit.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/security-audit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/serpent.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/serpent.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/serpent.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/serpent.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/serpent.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/serpent.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/serpent.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/serpent.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sm4.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sm4.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sm4.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sm4.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sm4.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sm4.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sm4.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/sm4.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/speck.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/speck.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/speck.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/speck.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/speck.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/speck.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/speck.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/speck.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/speck.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/speck.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/speck.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/speck.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/threefish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/threefish.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/threefish.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/threefish.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/threefish.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/threefish.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/threefish.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/threefish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/twofish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/twofish.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/twofish.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/twofish.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/twofish.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/twofish.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/twofish.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/twofish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workspace.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/workspace.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/workspace.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workspace.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/workspace.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workspace.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/workspace.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/workspace.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xtea.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xtea.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xtea.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xtea.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xtea.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xtea.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xtea.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/RustCrypto/block-ciphers/xtea.yml/master?enable=pin","Info:   0 out of  52 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of 117 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/aes.yml:1","Warn: no topLevel permission defined: .github/workflows/aria.yml:1","Warn: no topLevel permission defined: .github/workflows/belt-block.yml:1","Warn: no topLevel permission defined: .github/workflows/blowfish.yml:1","Warn: no topLevel permission defined: .github/workflows/camellia.yml:1","Warn: no topLevel permission defined: .github/workflows/cast5.yml:1","Warn: no topLevel permission defined: .github/workflows/cast6.yml:1","Warn: no topLevel permission defined: .github/workflows/des.yml:1","Warn: no topLevel permission defined: .github/workflows/gift.yml:1","Warn: no topLevel permission defined: .github/workflows/idea.yml:1","Warn: no topLevel permission defined: .github/workflows/kuznyechik.yml:1","Warn: no topLevel permission defined: .github/workflows/magma.yml:1","Warn: no topLevel permission defined: .github/workflows/rc2.yml:1","Warn: no topLevel permission defined: .github/workflows/rc5.yml:1","Warn: no topLevel permission defined: .github/workflows/security-audit.yml:1","Warn: no topLevel permission defined: .github/workflows/serpent.yml:1","Warn: no topLevel permission defined: .github/workflows/sm4.yml:1","Warn: no topLevel permission defined: .github/workflows/speck.yml:1","Warn: no topLevel permission defined: .github/workflows/threefish.yml:1","Warn: no topLevel permission defined: .github/workflows/twofish.yml:1","Warn: no topLevel permission defined: .github/workflows/workspace.yml:1","Warn: no topLevel permission defined: .github/workflows/xtea.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T03:02:41.969Z","repository_id":14506136,"created_at":"2025-08-16T03:02:41.969Z","updated_at":"2025-08-16T03:02:41.969Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33788402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"}},"owner":{"login":"RustCrypto","name":"Rust Crypto","uuid":"22351541","kind":"organization","description":"Cryptographic algorithms written in pure Rust","email":null,"website":null,"location":null,"twitter":"RustCryptoOrg","company":null,"icon_url":"https://avatars.githubusercontent.com/u/22351541?v=4","repositories_count":36,"last_synced_at":"2026-06-13T00:24:32.021Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/RustCrypto","funding_links":[],"total_stars":8245,"followers":2292,"following":0,"created_at":"2022-11-02T16:22:33.052Z","updated_at":"2026-06-13T00:24:32.021Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustCrypto","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustCrypto/repositories"},"packages":null,"commits":null,"issues":{"table":{}},"events":null,"keywords":[],"dependencies":[{"ecosystem":"cargo","filepath":"Cargo.lock","sha":null,"kind":"lockfile","created_at":"2022-07-05T19:02:52.211Z","updated_at":"2022-07-05T19:02:52.211Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/Cargo.lock","dependencies":[{"id":106728213,"package_name":"blobby","ecosystem":"cargo","requirements":"0.3.1","direct":false,"kind":"runtime","optional":false},{"id":106728214,"package_name":"byteorder","ecosystem":"cargo","requirements":"1.4.3","direct":false,"kind":"runtime","optional":false},{"id":106728215,"package_name":"cfg-if","ecosystem":"cargo","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":106728216,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.3","direct":false,"kind":"runtime","optional":false},{"id":106728217,"package_name":"cpufeatures","ecosystem":"cargo","requirements":"0.2.2","direct":false,"kind":"runtime","optional":false},{"id":106728218,"package_name":"crypto-common","ecosystem":"cargo","requirements":"0.1.3","direct":false,"kind":"runtime","optional":false},{"id":106728219,"package_name":"generic-array","ecosystem":"cargo","requirements":"0.14.5","direct":false,"kind":"runtime","optional":false},{"id":106728220,"package_name":"hex-literal","ecosystem":"cargo","requirements":"0.3.4","direct":false,"kind":"runtime","optional":false},{"id":106728221,"package_name":"inout","ecosystem":"cargo","requirements":"0.1.2","direct":false,"kind":"runtime","optional":false},{"id":106728222,"package_name":"libc","ecosystem":"cargo","requirements":"0.2.119","direct":false,"kind":"runtime","optional":false},{"id":106728223,"package_name":"typenum","ecosystem":"cargo","requirements":"1.15.0","direct":false,"kind":"runtime","optional":false},{"id":106728224,"package_name":"version_check","ecosystem":"cargo","requirements":"0.9.4","direct":false,"kind":"runtime","optional":false},{"id":106728225,"package_name":"zeroize","ecosystem":"cargo","requirements":"1.5.6","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"aes/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.233Z","updated_at":"2022-07-05T19:02:52.233Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/aes/Cargo.toml","dependencies":[{"id":106728226,"package_name":"cfg-if","ecosystem":"cargo","requirements":"1","direct":true,"kind":"runtime","optional":false},{"id":106728227,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false},{"id":106728228,"package_name":"zeroize","ecosystem":"cargo","requirements":"1.5.6","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"blowfish/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.242Z","updated_at":"2022-07-05T19:02:52.242Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/blowfish/Cargo.toml","dependencies":[{"id":106728229,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false},{"id":106728230,"package_name":"byteorder","ecosystem":"cargo","requirements":"1.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"camellia/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.250Z","updated_at":"2022-07-05T19:02:52.250Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/camellia/Cargo.toml","dependencies":[{"id":106728231,"package_name":"byteorder","ecosystem":"cargo","requirements":"1.1","direct":true,"kind":"runtime","optional":false},{"id":106728232,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"cast5/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.258Z","updated_at":"2022-07-05T19:02:52.258Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/cast5/Cargo.toml","dependencies":[{"id":106728233,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"des/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.267Z","updated_at":"2022-07-05T19:02:52.267Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/des/Cargo.toml","dependencies":[{"id":106728234,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"idea/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.275Z","updated_at":"2022-07-05T19:02:52.275Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/idea/Cargo.toml","dependencies":[{"id":106728235,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"kuznyechik/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.283Z","updated_at":"2022-07-05T19:02:52.283Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/kuznyechik/Cargo.toml","dependencies":[{"id":106728236,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"magma/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.291Z","updated_at":"2022-07-05T19:02:52.291Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/magma/Cargo.toml","dependencies":[{"id":106728237,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"rc2/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.299Z","updated_at":"2022-07-05T19:02:52.299Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/rc2/Cargo.toml","dependencies":[{"id":106728238,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"serpent/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.308Z","updated_at":"2022-07-05T19:02:52.308Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/serpent/Cargo.toml","dependencies":[{"id":106728239,"package_name":"byteorder","ecosystem":"cargo","requirements":"1.1","direct":true,"kind":"runtime","optional":false},{"id":106728240,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"sm4/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.317Z","updated_at":"2022-07-05T19:02:52.317Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/sm4/Cargo.toml","dependencies":[{"id":106728241,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"threefish/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.331Z","updated_at":"2022-07-05T19:02:52.331Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/threefish/Cargo.toml","dependencies":[{"id":106728242,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"twofish/Cargo.toml","sha":null,"kind":"manifest","created_at":"2022-07-05T19:02:52.345Z","updated_at":"2022-07-05T19:02:52.345Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/twofish/Cargo.toml","dependencies":[{"id":106728243,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/aes.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.516Z","updated_at":"2023-01-13T17:58:59.516Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/aes.yml","dependencies":[{"id":6890952136,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952137,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952138,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890952139,"package_name":"RustCrypto/actions/cross-install","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/aria.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.566Z","updated_at":"2023-01-13T17:58:59.566Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/aria.yml","dependencies":[{"id":6890952140,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952141,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952142,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/belt-block.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.591Z","updated_at":"2023-01-13T17:58:59.591Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/belt-block.yml","dependencies":[{"id":6890952143,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952144,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952145,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/blowfish.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.617Z","updated_at":"2023-01-13T17:58:59.617Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/blowfish.yml","dependencies":[{"id":6890952146,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952147,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952148,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/camellia.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.641Z","updated_at":"2023-01-13T17:58:59.641Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/camellia.yml","dependencies":[{"id":6890952149,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952150,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952151,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cast5.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.666Z","updated_at":"2023-01-13T17:58:59.666Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/cast5.yml","dependencies":[{"id":6890952152,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952153,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952154,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/des.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.691Z","updated_at":"2023-01-13T17:58:59.691Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/des.yml","dependencies":[{"id":6890952155,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952156,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952157,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/idea.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.715Z","updated_at":"2023-01-13T17:58:59.715Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/idea.yml","dependencies":[{"id":6890952158,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952159,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952160,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/kuznyechik.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.785Z","updated_at":"2023-01-13T17:58:59.785Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/kuznyechik.yml","dependencies":[{"id":6890952161,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952162,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952163,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/magma.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.810Z","updated_at":"2023-01-13T17:58:59.810Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/magma.yml","dependencies":[{"id":6890952164,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952165,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952166,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/rc2.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.837Z","updated_at":"2023-01-13T17:58:59.837Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/rc2.yml","dependencies":[{"id":6890952167,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952168,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952169,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/security-audit.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.860Z","updated_at":"2023-01-13T17:58:59.860Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/security-audit.yml","dependencies":[{"id":6890952170,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952171,"package_name":"actions/cache","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952172,"package_name":"actions-rs/audit-check","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/serpent.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.879Z","updated_at":"2023-01-13T17:58:59.879Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/serpent.yml","dependencies":[{"id":6890952173,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952174,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952175,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/sm4.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.899Z","updated_at":"2023-01-13T17:58:59.899Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/sm4.yml","dependencies":[{"id":6890952176,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952177,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952178,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/threefish.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.937Z","updated_at":"2023-01-13T17:58:59.937Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/threefish.yml","dependencies":[{"id":6890952179,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952180,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952181,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/twofish.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.968Z","updated_at":"2023-01-13T17:58:59.968Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/twofish.yml","dependencies":[{"id":6890952182,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952183,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952184,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/workspace.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:58:59.993Z","updated_at":"2023-01-13T17:58:59.993Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/workspace.yml","dependencies":[{"id":6890952185,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890952186,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6890952187,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890952188,"package_name":"actions-rs/cargo","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cargo","filepath":"aria/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:59:00.028Z","updated_at":"2023-01-13T17:59:00.028Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/aria/Cargo.toml","dependencies":[{"id":6890952189,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"runtime","optional":false},{"id":6890952190,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.2","direct":true,"kind":"development","optional":false},{"id":6890952191,"package_name":"hex-literal","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"belt-block/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:59:00.051Z","updated_at":"2023-01-13T17:59:00.051Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/belt-block/Cargo.toml","dependencies":[{"id":6890952192,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.3","direct":true,"kind":"runtime","optional":false},{"id":6890952193,"package_name":"cipher","ecosystem":"cargo","requirements":"0.4.3","direct":true,"kind":"development","optional":false},{"id":6890952194,"package_name":"hex-literal","ecosystem":"cargo","requirements":"0.3.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/rc6.yml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.316Z","updated_at":"2026-03-02T21:02:15.316Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/rc6.yml","dependencies":[{"id":25829573334,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":25829573335,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":25829573336,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cargo","filepath":"gift/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.985Z","updated_at":"2026-03-02T21:02:15.985Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/gift/Cargo.toml","dependencies":[{"id":25829573516,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"runtime","optional":false},{"id":25829573517,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"development","optional":false},{"id":25829573518,"package_name":"hex-literal","ecosystem":"cargo","requirements":"1","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/speck.yml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.399Z","updated_at":"2026-03-02T21:02:15.399Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/speck.yml","dependencies":[{"id":25829573362,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829573363,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cast6.yml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:14.194Z","updated_at":"2026-03-02T21:02:14.194Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/cast6.yml","dependencies":[{"id":25829572816,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829572860,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":25829573244,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/gift.yml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.160Z","updated_at":"2026-03-02T21:02:15.160Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/gift.yml","dependencies":[{"id":25829573262,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829573270,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":25829573271,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/xtea.yml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.482Z","updated_at":"2026-03-02T21:02:15.482Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/xtea.yml","dependencies":[{"id":25829573399,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829573401,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":25829573402,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cargo","filepath":"cast6/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.667Z","updated_at":"2026-03-02T21:02:15.667Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/cast6/Cargo.toml","dependencies":[{"id":25829573430,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"runtime","optional":false},{"id":25829573442,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"development","optional":false},{"id":25829573443,"package_name":"hex-literal","ecosystem":"cargo","requirements":"1","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"rc5/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:16.079Z","updated_at":"2026-03-02T21:02:16.079Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/rc5/Cargo.toml","dependencies":[{"id":25829573567,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"runtime","optional":false},{"id":25829573568,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"development","optional":false},{"id":25829573569,"package_name":"hex-literal","ecosystem":"cargo","requirements":"1","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.562Z","updated_at":"2026-03-02T21:02:15.562Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/Cargo.toml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/rc5.yml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:15.263Z","updated_at":"2026-03-02T21:02:15.263Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/.github/workflows/rc5.yml","dependencies":[{"id":25829573302,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829573303,"package_name":"RustCrypto/actions/cargo-cache","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":25829573304,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cargo","filepath":"rc6/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:16.131Z","updated_at":"2026-03-02T21:02:16.131Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/rc6/Cargo.toml","dependencies":[{"id":25829573590,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"runtime","optional":false},{"id":25829573592,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"speck/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:16.203Z","updated_at":"2026-03-02T21:02:16.203Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/speck/Cargo.toml","dependencies":[{"id":25829573602,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"runtime","optional":false},{"id":25829573603,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"development","optional":false},{"id":25829573604,"package_name":"hex-literal","ecosystem":"cargo","requirements":"1","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"xtea/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-02T21:02:16.276Z","updated_at":"2026-03-02T21:02:16.276Z","repository_link":"https://github.com/RustCrypto/block-ciphers/blob/master/xtea/Cargo.toml","dependencies":[{"id":25829573652,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"runtime","optional":false},{"id":25829573653,"package_name":"cipher","ecosystem":"cargo","requirements":"0.5","direct":true,"kind":"development","optional":false}]}],"score":6.668228248417403,"created_at":"2026-05-14T11:33:01.730Z","updated_at":"2026-06-13T02:02:36.147Z","avatar_url":"https://github.com/RustCrypto.png","language":"Rust","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/373007","html_url":"https://summary.ecosyste.ms/projects/373007"}