An open API service for producing an overview of a list of open source projects.

https://github.com/FiloSottile/edwards25519

Score: 28.829749238920808

Last synced: about 4 hours ago
JSON representation

Repository metadata:

filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 242
Total Committers: 25
Avg Commits per committer: 9.68
Development Distribution Score (DDS): 0.43

Commits in past year: 7
Committers in past year: 2
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.143

Name Email Commits
Filippo Valsorda h****i@f****o 138
Henry de Valence h****e@h****a 33
George Tankersley g****y@g****m 25
Egon Elbre e****e@g****m 5
Russ Cox r****c@g****g 5
Alexander Yastrebov y****x@g****m 4
cui fliter i****g@g****m 4
Bryan C. Mills b****s@g****m 2
Cuong Manh Le c****n@g****m 2
Dan Kortschak d****n@k****o 2
Daniel Bourdrez 3****e 2
Dmitri Shuralyov d****r@g****g 2
Jes Cok x****n@g****m 2
Jorropo j****m@g****m 2
Ludi Rehak l****7@g****m 2
Michael Pratt m****t@g****m 2
Luke Champine l****e@g****m 2
Adrian Hamelink a****k@g****m 1
Alan Donovan a****n@g****m 1
Dimitris Apostolou d****u@i****m 1
Josh Bleecher Snyder j****n@g****m 1
Mateusz Poliwczak m****4@g****m 1
Steve Thomas S****z 1
Sunny Aggarwal s****7@g****m 1
Yasuhiro Matsumoto m****p@g****m 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 30
Total pull requests: 32
Average time to close issues: 25 days
Average time to close pull requests: about 1 month
Total issue authors: 21
Total pull request authors: 14
Average comments per issue: 1.4
Average comments per pull request: 1.41
Merged pull request: 21
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 4
Past year average time to close issues: about 7 hours
Past year average time to close pull requests: 7 days
Past year issue authors: 2
Past year pull request authors: 3
Past year average comments per issue: 0.5
Past year average comments per pull request: 1.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/FiloSottile/edwards25519

Top Issue Authors

  • Yawning (5)
  • DeviPrasad (4)
  • FiloSottile (2)
  • WernerVasquez (2)
  • mappu (1)
  • looky123 (1)
  • wbl (1)
  • codesoap (1)
  • M3RLYNS (1)
  • trungdlp (1)
  • kevinburke (1)
  • alexqrid (1)
  • adr1anh (1)
  • jas4711 (1)
  • deadprogram (1)

Top Pull Request Authors

  • FiloSottile (9)
  • AlexanderYastrebov (6)
  • lukechampine (3)
  • Sc00bz (2)
  • bytemare (2)
  • shaharcohen1 (2)
  • Yawning (1)
  • egonelbre (1)
  • tulir (1)
  • adr1anh (1)
  • WorthyDD (1)
  • ghost (1)
  • gtank (1)
  • trungdlp (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: filippo.io/edwards25519

Package edwards25519 implements group logic for the twisted Edwards curve

proxy.golang.org: filippo.io/edwards25519/asm

  • Homepage: https://github.com/FiloSottile/edwards25519
  • Documentation: https://pkg.go.dev/filippo.io/edwards25519/asm#section-documentation
  • Licenses: bsd-3-clause
  • Latest release: v0.0.0-20210419044535-8e7780424d7c (published over 5 years ago)
  • Last Synced: 2026-08-25T09:35:21.831Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 2.744%
    • Forks count: 3.065%
    • Average: 5.538%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: filippo.io/edwards25519/field

Package field implements fast arithmetic modulo 2^255-19.

  • Homepage: https://github.com/FiloSottile/edwards25519
  • Status: removed
  • Documentation: https://pkg.go.dev/filippo.io/edwards25519/field#section-documentation
  • Licenses: BSD-3-Clause
  • Latest release: (published 8 months ago)
  • Last Synced: 2026-08-24T09:47:33.595Z (2 days ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.923%
    • Average: 6.121%
    • Dependent repos count: 6.319%
proxy.golang.org: github.com/filosottile/edwards25519

proxy.golang.org: github.com/FiloSottile/edwards25519

Package edwards25519 implements group logic for the twisted Edwards curve This is better known as the Edwards curve equivalent to Curve25519, and is the curve used by the Ed25519 signature scheme. Most users don't need this package, and should instead use crypto/ed25519 for signatures, golang.org/x/crypto/curve25519 for Diffie-Hellman, or github.com/gtank/ristretto255 for prime order group logic. However, developers who do need to interact with low-level edwards25519 operations can use this package, which is an extended version of crypto/internal/edwards25519 from the standard library repackaged as an importable module.

  • Homepage: https://github.com/FiloSottile/edwards25519
  • Documentation: https://pkg.go.dev/github.com/FiloSottile/edwards25519#section-documentation
  • Licenses: BSD-3-Clause
  • Latest release: v1.2.0 (published 6 months ago)
  • Last Synced: 2026-08-24T11:04:48.756Z (2 days ago)
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%

Dependencies

field/_asm/go.mod go
  • filippo.io/edwards25519 v0.0.0
  • github.com/mmcloughlin/avo v0.4.0
  • golang.org/x/mod v0.4.2
  • golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021
  • golang.org/x/tools v0.1.7
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
field/_asm/go.sum go
  • github.com/mmcloughlin/avo v0.4.0
  • github.com/yuin/goldmark v1.4.0
  • golang.org/x/arch v0.0.0-20210923205945-b76863e36670
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/mod v0.4.2
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210423082822-04245dca01da
  • golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
  • golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.6
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.7
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • rsc.io/pdf v0.1.1
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite