Good shape overall. A few tweaks would push it into the top tier.
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2
Documentation
48
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Engineering
72
No Rust linting or formatting enforced.
→ Add `cargo clippy -- -D warnings` and `cargo fmt --check` as CI steps, and optionally a rustfmt.toml for project-specific style rules.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/ed448-goldilocks.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (bignp256/tests).
Project health
100
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 282Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 862Watchers
Responsiveness
- 3hMedian issue response
- <1hMedian PR merge time
- 61Open issues
Repository files26 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/ed448-goldilocks.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.
- bignp256Good: Test files detected (bignp256/tests).
- bp256
- bp384
- ed448-goldilocks
- hash2curve
- k256
- p192
- p224
- p256
- p384
- p521
- primefield
- primeorder
- sm2
- wnaf
- x448
- .gitignoreGood: .gitignore present.
- .typos.toml
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- clippy.toml
- codecov.yml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.