Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oconnor663 committed Mar 4, 2020
1 parent ddfadd3 commit 72da0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# PyPI. Installing this with `pip install blake3` is better than something
# redundant like `pip install PyBLAKE3-py`.
name = "blake3"
version = "0.1.2"
version = "0.1.3"
authors = ["Jack O'Connor <[email protected]>"]
description = "Python bindings for the Rust blake3 crate"
repository = "https://github.com/oconnor663/blake3-py"
Expand Down

0 comments on commit 72da0aa

Please sign in to comment.