vcpkg/ports/ed25519/vcpkg.json
Samuel Marks 71ab19baf4
[ed25519] New port (#34517)
* [ports/ed25519] New port

* [ports/ed25519/CMakeLists.txt] Export symbols corrected on shared libs on Windows

* [ports/ed25519/CMakeLists.txt] Export one header ; work on correct DLL exposure for Windows
2023-10-31 12:39:05 -07:00

18 lines
393 B
JSON

{
"name": "ed25519",
"version-date": "2017-02-10",
"description": "Portable C implementation of Ed25519, a high-speed high-security public-key signature system.",
"homepage": "https://github.com/orlp/ed25519",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}