Skip to content

Commit

Permalink
Update binaries to Blake3 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jul 23, 2023
1 parent 407bedd commit 1ba01ae
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
./build-win-arm64.ps1
# ./build-win-arm.ps1
- name: Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: native-${{ matrix.os }}
path: lib/blake3_dotnet/build/
10 changes: 5 additions & 5 deletions readme.md
Expand Up @@ -4,13 +4,13 @@

Blake3.NET is a fast managed wrapper around the SIMD Rust implementations of the [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) cryptographic hash function.

> The current _native_ version of BLAKE3 used by Blake3.NET is `1.2.0`
> The current _native_ version of BLAKE3 used by Blake3.NET is `1.4.1`
## Features

- Compatible with .NET5.0+.
- Compatible with .NET6.0+.
- Fast interop with `Span` friendly API.
- API similar to the [Blake3 Rust API](https://docs.rs/blake3/0.3.7/blake3/).
- API similar to the [Blake3 Rust API](https://docs.rs/blake3/1.4.1/blake3/).
- CPU SIMD Hardware accelerated with dynamic CPU feature detection.
- Multiple [platforms](#platforms) supported.
- Incremental update API via `Hasher`.
Expand Down Expand Up @@ -177,7 +177,7 @@ AMD Ryzen 9 3900X, 1 CPU, 24 logical and 12 physical cores

## How to Build?

You need to install the [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) or latest Visual Studio 2022. Then from the root folder:
You need to install the [.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) or latest Visual Studio 2022. Then from the root folder:

```console
$ dotnet build src -c Release
Expand All @@ -191,4 +191,4 @@ This software is released under the [BSD-Clause 2 license](https://opensource.or

## Author

Alexandre Mutel aka [xoofx](http://xoofx.com).
Alexandre Mutel aka [xoofx](https://xoofx.com).
Binary file modified src/Blake3/runtimes/linux-arm/native/libblake3_dotnet.so
Binary file not shown.
Binary file modified src/Blake3/runtimes/linux-arm64/native/libblake3_dotnet.so
Binary file not shown.
Binary file modified src/Blake3/runtimes/linux-x64/native/libblake3_dotnet.so
Binary file not shown.
Binary file modified src/Blake3/runtimes/osx-arm64/native/libblake3_dotnet.dylib
Binary file not shown.
Binary file modified src/Blake3/runtimes/osx-x64/native/libblake3_dotnet.dylib
Binary file not shown.
Binary file modified src/Blake3/runtimes/win-arm64/native/blake3_dotnet.dll
Binary file not shown.
Binary file modified src/Blake3/runtimes/win-x64/native/blake3_dotnet.dll
Binary file not shown.
Binary file modified src/Blake3/runtimes/win-x86/native/blake3_dotnet.dll
Binary file not shown.

0 comments on commit 1ba01ae

Please sign in to comment.