vcpkg/ports/libsodium/vcpkg.json
Cheney Wang 4b2d315482
[libsodium] update to 1.0.19 (#35753)
* [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'
2023-12-19 23:16:05 -08:00

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
}
]
}