Skip to content

Commit 94fd49f

Browse files
authored
tests/thirdparty: update package metadata (#413)
Auto-generated update of third-party package metadata. Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
1 parent e9e95f8 commit 94fd49f

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,46 +192,46 @@ Implementations of full algorithms:
192192
Popular projects[^projects] using `avo`:
193193

194194
[^projects]: Projects drawn from the `avo` third-party test suite. Popularity
195-
estimated from Github star count collected on Dec 1, 2023.
195+
estimated from Github star count collected on Jan 1, 2024.
196196

197197
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fgolang.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [golang / **go**](https://github.com/golang/go)
198-
:star: 116.1k
198+
:star: 116.7k
199199
> The Go programming language
200200
201201
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fklauspost.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [klauspost / **compress**](https://github.com/klauspost/compress)
202202
:star: 4.3k
203203
> Optimized Go Compression Packages
204204
205205
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fgolang.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [golang / **crypto**](https://github.com/golang/crypto)
206-
:star: 2.8k
206+
:star: 2.9k
207207
> [mirror] Go supplementary cryptography libraries
208208
209209
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fklauspost.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [klauspost / **reedsolomon**](https://github.com/klauspost/reedsolomon)
210-
:star: 1.7k
210+
:star: 1.8k
211211
> Reed-Solomon Erasure Coding in Go
212212
213213
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fcloudflare.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [cloudflare / **circl**](https://github.com/cloudflare/circl)
214214
:star: 1.1k
215215
> CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
216216
217217
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fsegmentio.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [segmentio / **asm**](https://github.com/segmentio/asm)
218-
:star: 817
218+
:star: 820
219219
> Go library providing algorithms optimized to leverage the characteristics of modern CPUs
220220
221-
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [zeebo / **blake3**](https://github.com/zeebo/blake3)
222-
:star: 351
223-
> Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration
224-
225221
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [zeebo / **xxh3**](https://github.com/zeebo/xxh3)
226-
:star: 347
222+
:star: 358
227223
> XXH3 algorithm in Go
228224
225+
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [zeebo / **blake3**](https://github.com/zeebo/blake3)
226+
:star: 353
227+
> Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration
228+
229229
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Flukechampine.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [lukechampine / **blake3**](https://github.com/lukechampine/blake3)
230-
:star: 314
230+
:star: 316
231231
> A pure-Go implementation of the BLAKE3 cryptographic hash function
232232
233233
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fminio.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [minio / **md5-simd**](https://github.com/minio/md5-simd)
234-
:star: 157
234+
:star: 159
235235
> Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
236236
237237
See the [full list of projects using `avo`](doc/adopters.md).

doc/adopters.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
2424

2525
Go library providing algorithms optimized to leverage the characteristics of modern CPUs
2626

27-
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [zeebo / **blake3**](https://github.com/zeebo/blake3)
28-
29-
Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration
30-
3127
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [zeebo / **xxh3**](https://github.com/zeebo/xxh3)
3228

3329
XXH3 algorithm in Go
3430

31+
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [zeebo / **blake3**](https://github.com/zeebo/blake3)
32+
33+
Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration
34+
3535
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Flukechampine.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [lukechampine / **blake3**](https://github.com/lukechampine/blake3)
3636

3737
A pure-Go implementation of the BLAKE3 cryptographic hash function
@@ -40,14 +40,14 @@ A pure-Go implementation of the BLAKE3 cryptographic hash function
4040

4141
Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
4242

43-
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fdgryski.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex)
44-
45-
Bloom-filter based search index
46-
4743
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2FFiloSottile.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [FiloSottile / **edwards25519**](https://github.com/FiloSottile/edwards25519)
4844

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

47+
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fdgryski.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex)
48+
49+
Bloom-filter based search index
50+
5151
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fphoreproject.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [phoreproject / **bls**](https://github.com/phoreproject/bls)
5252

5353
Go implementation of the BLS12-381 pairing

tests/thirdparty/suite.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"metadata": {
99
"description": "XXH3 algorithm in Go",
10-
"stars": 347
10+
"stars": 358
1111
},
1212
"default_branch": "master",
1313
"version": "v1.0.0-rc1",
@@ -120,7 +120,7 @@
120120
},
121121
"metadata": {
122122
"description": "Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.",
123-
"stars": 157
123+
"stars": 159
124124
},
125125
"default_branch": "master",
126126
"version": "30ad8af83f6868c2a30c615f3edf1a9366bf3f89",
@@ -145,7 +145,7 @@
145145
},
146146
"metadata": {
147147
"description": "Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration",
148-
"stars": 351
148+
"stars": 353
149149
},
150150
"default_branch": "master",
151151
"version": "25dba572f0e78ec108f0dd79c9c15288f542d7d9",
@@ -171,7 +171,7 @@
171171
},
172172
"metadata": {
173173
"description": "Reed-Solomon Erasure Coding in Go",
174-
"stars": 1736
174+
"stars": 1754
175175
},
176176
"default_branch": "master",
177177
"version": "922778284547557265cff0f903ab5f4c27e40ae9",
@@ -230,7 +230,7 @@
230230
},
231231
"metadata": {
232232
"description": "Optimized Go Compression Packages",
233-
"stars": 4281
233+
"stars": 4320
234234
},
235235
"default_branch": "master",
236236
"version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d",
@@ -476,7 +476,7 @@
476476
},
477477
"metadata": {
478478
"description": "An alternative interface to Sia",
479-
"stars": 54
479+
"stars": 55
480480
},
481481
"default_branch": "master",
482482
"version": "dff56a80f83653cb14eeeb57ba6ba3c3e942c412",
@@ -519,7 +519,7 @@
519519
},
520520
"metadata": {
521521
"description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs",
522-
"stars": 817
522+
"stars": 820
523523
},
524524
"default_branch": "main",
525525
"version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f",
@@ -634,7 +634,7 @@
634634
"metadata": {
635635
"description": "[mirror] Go supplementary cryptography libraries",
636636
"homepage": "https://golang.org/x/crypto",
637-
"stars": 2836
637+
"stars": 2864
638638
},
639639
"default_branch": "master",
640640
"version": "089bfa5675191fd96a44247682f76ebca03d7916",
@@ -661,7 +661,7 @@
661661
"metadata": {
662662
"description": "filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.",
663663
"homepage": "https://filippo.io/edwards25519",
664-
"stars": 115
664+
"stars": 118
665665
},
666666
"default_branch": "main",
667667
"version": "v1.0.0-rc.1",
@@ -686,7 +686,7 @@
686686
},
687687
"metadata": {
688688
"description": "A pure-Go implementation of the BLAKE3 cryptographic hash function",
689-
"stars": 314
689+
"stars": 316
690690
},
691691
"default_branch": "master",
692692
"version": "v1.1.7",
@@ -746,7 +746,7 @@
746746
"metadata": {
747747
"description": "The Go programming language",
748748
"homepage": "https://go.dev",
749-
"stars": 116074
749+
"stars": 116689
750750
},
751751
"default_branch": "master",
752752
"version": "go1.20.1",
@@ -817,7 +817,7 @@
817817
"metadata": {
818818
"description": "CIRCL: Cloudflare Interoperable Reusable Cryptographic Library",
819819
"homepage": "http://blog.cloudflare.com/introducing-circl",
820-
"stars": 1070
820+
"stars": 1083
821821
},
822822
"default_branch": "main",
823823
"version": "v1.1.0",
@@ -861,5 +861,5 @@
861861
]
862862
}
863863
],
864-
"metadata_last_update": "2023-12-01T05:28:01.967650545Z"
864+
"metadata_last_update": "2024-01-01T05:28:16.191838199Z"
865865
}

0 commit comments

Comments
 (0)