2021-06-22 05:07:53 +08:00
|
|
|
{
|
|
|
|
"name": "seal",
|
2023-01-13 14:12:45 +08:00
|
|
|
"version": "4.1.1",
|
2024-04-24 20:51:01 +08:00
|
|
|
"port-version": 2,
|
2021-06-22 05:07:53 +08:00
|
|
|
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
|
|
|
|
"homepage": "https://github.com/microsoft/SEAL",
|
2022-11-23 04:28:19 +08:00
|
|
|
"license": "MIT",
|
2021-06-22 05:07:53 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"ms-gsl",
|
|
|
|
"zlib",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"hexl": {
|
|
|
|
"description": "Use Intel® HEXL for acceleration of low-level kernels.",
|
|
|
|
"dependencies": [
|
|
|
|
"hexl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ms-gsl": {
|
|
|
|
"description": "Use ms-gsl for span view",
|
|
|
|
"dependencies": [
|
|
|
|
"ms-gsl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"no-throw-tran": {
|
|
|
|
"description": "Do not throw when operating on transparent ciphertexts"
|
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Use zlib for compressed serialization",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Use zstd for compressed serialization",
|
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|