Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
382 B
JSON

{
"name": "libaes-siv",
"version-date": "2020-10-15",
"description": "An RFC5297-compliant C implementation of AES-SIV.",
"homepage": "https://github.com/dfoxfranke/libaes_siv",
"license": "Apache-2.0",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}