mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 13:09:29 +08:00
4b2d315482
* [libsodium] update to 1.0.19 * Fix config error * Fixes cnats and proxygen failed with undefined reference to `_crypto_aead_aegis128l_pick_best_implementation' and `_crypto_aead_aegis256_pick_best_implementation' * Fixes undefined reference to `aegis128l_aesni_implementation' and `aegis256_aesni_implementation'
18 lines
337 B
JSON
18 lines
337 B
JSON
{
|
|
"name": "libsodium",
|
|
"version": "1.0.19",
|
|
"description": "A modern and easy-to-use crypto library",
|
|
"homepage": "https://github.com/jedisct1/libsodium",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|