Skip to content

Commit

Permalink
version 0.1.4
Browse files Browse the repository at this point in the history
Changes since 0.1.3:
- Hasher supports the reset() method.
- Hasher implements several traits from the `digest` and `crypto_mac`
  crates.
- Bug fixes in the C implementation for MSVC and for 32-bit x86.
  • Loading branch information
oconnor663 committed Feb 3, 2020
1 parent 0651736 commit 0de4412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
version = "0.1.3"
version = "0.1.4"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
version = "0.1.3"
version = "0.1.4"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/README.md
@@ -1,7 +1,7 @@
# b3sum

```
b3sum 0.1.3
b3sum 0.1.4
USAGE:
b3sum [FLAGS] [OPTIONS] [file]...
Expand Down

0 comments on commit 0de4412

Please sign in to comment.