tests/thirdparty: add filippo.io/edwards25519 (#227)

Updates #226
This commit is contained in:
Michael McLoughlin
2021-11-07 18:29:47 -08:00
committed by GitHub
parent 1de006d741
commit 6c0ed1c4e8
2 changed files with 57 additions and 1 deletions

View File

@@ -535,7 +535,7 @@
"metadata": {
"description": "[mirror] Go supplementary cryptography libraries",
"homepage": "https://golang.org/x/crypto",
"stars": 2283
"stars": 2282
},
"default_branch": "master",
"version": "089bfa5675191fd96a44247682f76ebca03d7916",
@@ -549,5 +549,27 @@
]
}
]
},
{
"repository": {
"owner": "FiloSottile",
"name": "edwards25519"
},
"metadata": {
"description": "filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.",
"homepage": "https://filippo.io/edwards25519",
"stars": 71
},
"default_branch": "main",
"version": "v1.0.0-rc.1",
"module": "field/_asm/go.mod",
"generate": [
{
"dir": "field/_asm",
"commands": [
"go generate -v -x"
]
}
]
}
]