mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:35:08 +08:00
09d4f8ec9c
* [blake3] Extend build script to support assembly implementations * [blake3] Add AVX512 assembly implementation
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "blake3",
|
|
"version": "1.3.1",
|
|
"port-version": 1,
|
|
"description": "BLAKE3 cryptographic hash function.",
|
|
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
|
|
"license": "CC0-1.0 OR Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|