Skip to content

Commit 72da0aa

Browse files
committed
version 0.1.3
Changes since 0.1.2: - The `key` keyword argument for blake3(), which enables the keyed mode. - The `context` keyword argument for blake3(), which enables the key derivation mode. - The `length` and `seek` keyword arguments for digest() and hexdigest(), which expose the XOF. - The `multithreading` keyword argument for blake3() and update(), which enables Rayon-based multithreading. - The "c" feature of the underlying Rust crate is now enabled by default, which brings in assembly implementations and AVX-512 support.
1 parent ddfadd3 commit 72da0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# PyPI. Installing this with `pip install blake3` is better than something
66
# redundant like `pip install PyBLAKE3-py`.
77
name = "blake3"
8-
version = "0.1.2"
8+
version = "0.1.3"
99
authors = ["Jack O'Connor <[email protected]>"]
1010
description = "Python bindings for the Rust blake3 crate"
1111
repository = "https://github.com/oconnor663/blake3-py"

0 commit comments

Comments
 (0)