{"id":28518209,"url":"https://github.com/rustcrypto/benchmarks","last_synced_at":"2026-02-04T01:01:08.388Z","repository":{"id":64797775,"uuid":"577817077","full_name":"RustCrypto/benchmarks","owner":"RustCrypto","description":"RustCrypto family benchmarks","archived":false,"fork":false,"pushed_at":"2023-08-19T15:15:26.000Z","size":8139,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T18:42:52.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","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":"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":"2022-12-13T15:39:11.000Z","updated_at":"2024-05-17T16:54:16.000Z","dependencies_parsed_at":"2024-10-27T18:26:29.714Z","dependency_job_id":null,"html_url":"https://github.com/RustCrypto/benchmarks","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"e91cb28c296786444b987ce95772da2e87778af0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RustCrypto/benchmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fbenchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fbenchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fbenchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fbenchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustCrypto","download_url":"https://codeload.github.com/RustCrypto/benchmarks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustCrypto%2Fbenchmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":[],"created_at":"2025-06-09T05:36:22.892Z","updated_at":"2026-02-04T01:01:08.382Z","avatar_url":"https://github.com/RustCrypto.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# benchmarks-dalek\nDalek family benchmarks\n\n# curve25519_dalek\n\n## Mac M1 Max - aarch64\n\n```\nenv RUSTFLAGS='--cfg curve25519_dalek_bits=\"32\"' cargo +nightly bench --features rand_core \u003e ~/bench-u32.txt 2\u003e\u00261 ; \\\ncargo +nightly bench --features rand_core \u003e ~/bench-u64.txt 2\u003e\u00261 ; \\\nenv RUSTFLAGS='--cfg curve25519_dalek_backend=\"fiat\" --cfg curve25519_dalek_bits=\"32\"' cargo +nightly bench --features rand_core \u003e ~/bench_fiat_u32.txt 2\u003e\u00261 ; \\\nenv RUSTFLAGS='--cfg curve25519_dalek_backend=\"fiat\"' cargo +nightly bench --features rand_core \u003e ~/bench_fiat_u64.txt 2\u003e\u00261 ; \\\nenv RUSTFLAGS='-C target_feature=+neon --cfg curve25519_dalek_backend=\"simd\"' cargo +nightly bench --features rand_core \u003e ~/bench_neon.txt 2\u003e\u00261\n```\n\n## 10700K - x86_64 +avx2\n\n```\nenv RUSTFLAGS='--cfg curve25519_dalek_bits=\"32\"' cargo +nightly bench --features rand_core \u003e ~/dalek-bench-u32.txt 2\u003e\u00261 ; \\\ncargo +nightly bench --features rand_core \u003e ~/dalek-bench-u64.txt 2\u003e\u00261 ; \\\nenv RUSTFLAGS='--cfg curve25519_dalek_backend=\"fiat\" --cfg curve25519_dalek_bits=\"32\"' cargo +nightly bench --features rand_core \u003e ~/dalek-bench-fiat_u32.txt 2\u003e\u00261 ; \\\nenv RUSTFLAGS='--cfg curve25519_dalek_backend=\"fiat\"' cargo +nightly bench --features rand_core \u003e ~/dalek-bench-fiat_u64.txt 2\u003e\u00261 ; \\\nenv RUSTFLAGS='-C target_feature=+avx2 --cfg curve25519_dalek_backend=\"simd\"' cargo +nightly bench --features rand_core \u003e ~/dalek-bench-avx2.txt 2\u003e\u00261\n```\n\n# ed25519\n\n| Implementation  |\n| :---            |\n| [ed25519-dalek] |\n\n[ed25519-dalek]: ed25519/dalek","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustcrypto%2Fbenchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustcrypto%2Fbenchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustcrypto%2Fbenchmarks/lists"}