tests/thirdparty: add oasisprotocol/curve25519-voi (#220)

Fixes #202
This commit is contained in:
Michael McLoughlin
2021-11-06 22:42:31 -07:00
committed by GitHub
parent 2ca6e5e9f6
commit 14c87c7da2
2 changed files with 50 additions and 0 deletions

View File

@@ -425,5 +425,21 @@
]
}
]
},
{
"repository": {
"owner": "oasisprotocol",
"name": "curve25519-voi"
},
"version": "d5a936accd94ef9da4c0fe9db0a6342dcdcfeadf",
"module": "internal/asm/amd64/go.mod",
"generate": [
{
"dir": "internal/asm/amd64",
"commands": [
"bash -ex gen.sh"
]
}
]
}
]