From 65d5296bc29c22dd7d9127574d695012d29cb89d Mon Sep 17 00:00:00 2001 From: "cadobot[bot]" <104697117+cadobot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 05:32:42 +0000 Subject: [PATCH] tests/thirdparty: update package metadata (#318) Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com> --- README.md | 10 +++++----- tests/thirdparty/suite.json | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f1c190f..6591c3f 100644 --- a/README.md +++ b/README.md @@ -193,10 +193,10 @@ Implementations of full algorithms: Popular projects[^projects] using `avo`: [^projects]: Projects drawn from the `avo` third-party test suite. Popularity -estimated from Github star count collected on Jul 31, 2022. +estimated from Github star count collected on Aug 7, 2022. [golang / **go**](https://github.com/golang/go) -:star: 102.2k +:star: 102.5k > The Go programming language [klauspost / **compress**](https://github.com/klauspost/compress) @@ -216,7 +216,7 @@ estimated from Github star count collected on Jul 31, 2022. > Go library providing algorithms optimized to leverage the characteristics of modern CPUs [cloudflare / **circl**](https://github.com/cloudflare/circl) -:star: 707 +:star: 711 > CIRCL: Cloudflare Interoperable Reusable Cryptographic Library [zeebo / **blake3**](https://github.com/zeebo/blake3) @@ -224,11 +224,11 @@ estimated from Github star count collected on Jul 31, 2022. > Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration [lukechampine / **blake3**](https://github.com/lukechampine/blake3) -:star: 282 +:star: 283 > A pure-Go implementation of the BLAKE3 cryptographic hash function [zeebo / **xxh3**](https://github.com/zeebo/xxh3) -:star: 266 +:star: 270 > XXH3 algorithm in Go [minio / **md5-simd**](https://github.com/minio/md5-simd) diff --git a/tests/thirdparty/suite.json b/tests/thirdparty/suite.json index fc47143..22fa9b4 100644 --- a/tests/thirdparty/suite.json +++ b/tests/thirdparty/suite.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "XXH3 algorithm in Go", - "stars": 266 + "stars": 270 }, "default_branch": "master", "version": "v1.0.0-rc1", @@ -230,7 +230,7 @@ }, "metadata": { "description": "Optimized Go Compression Packages", - "stars": 3107 + "stars": 3127 }, "default_branch": "master", "version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d", @@ -634,7 +634,7 @@ "metadata": { "description": "[mirror] Go supplementary cryptography libraries", "homepage": "https://golang.org/x/crypto", - "stars": 2470 + "stars": 2478 }, "default_branch": "master", "version": "089bfa5675191fd96a44247682f76ebca03d7916", @@ -661,7 +661,7 @@ "metadata": { "description": "filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.", "homepage": "https://filippo.io/edwards25519", - "stars": 89 + "stars": 91 }, "default_branch": "main", "version": "v1.0.0-rc.1", @@ -686,7 +686,7 @@ }, "metadata": { "description": "A pure-Go implementation of the BLAKE3 cryptographic hash function", - "stars": 282 + "stars": 283 }, "default_branch": "master", "version": "v1.1.7", @@ -746,7 +746,7 @@ "metadata": { "description": "The Go programming language", "homepage": "https://go.dev", - "stars": 102166 + "stars": 102499 }, "default_branch": "master", "version": "go1.17.3", @@ -788,7 +788,7 @@ "metadata": { "description": "CIRCL: Cloudflare Interoperable Reusable Cryptographic Library", "homepage": "http://blog.cloudflare.com/introducing-circl", - "stars": 707 + "stars": 711 }, "default_branch": "main", "version": "v1.1.0", @@ -832,5 +832,5 @@ ] } ], - "metadata_last_update": "2022-07-31T05:29:44.994152783Z" + "metadata_last_update": "2022-08-07T05:28:15.96444028Z" }