1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-12 23:06:30 +02:00

Update README.md

This commit is contained in:
Cheney Wang 2022-10-09 13:56:17 +08:00 committed by GitHub
parent b8be47a9f0
commit 36043dff98
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,18 +111,6 @@ time openssl sha256 /tmp/bigfile
time b3sum /tmp/bigfile
```
### Installing from vcpkg
You can download and install `blake3` using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
```sh
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh #.\bootstrap-vcpkg.bat(for windows)
./vcpkg integrate install
./vcpkg install blake3
```
The `blake3` port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
### The `blake3` crate [![docs.rs](https://docs.rs/blake3/badge.svg)](https://docs.rs/blake3)
To use BLAKE3 from Rust code, add a dependency on the `blake3` crate to