BLAKE3

0.2.1

BLAKE3 binding for Swift.
JoshuaBrest/blake3-swift

What's New

0.2.1

2025-01-21T07:41:42Z

Full Changelog: 0.2.0...0.2.1

BLAKE3 Swift

A Swift wrapper for the official C/Rust implementation of BLAKE3.

License

This project is licensed under the ISC license. See the LICENSE file for details.

Usage

import BLAKE3

let hasher = BLAKE3()
hasher.update(data: "Hello, world!".data(using: .utf8)!)
let hash = hasher.finalizeData()
print(hash)

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu May 15 2025 10:16:56 GMT-0900 (Hawaii-Aleutian Daylight Time)