vcpkg/ports/blake3/vcpkg.json
Yuriy O'Donnell 09d4f8ec9c
[blake3] Add assembly implementations (#25921)
* [blake3] Extend build script to support assembly implementations

* [blake3] Add AVX512 assembly implementation
2022-07-25 14:54:59 -07:00

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