-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
impl digest_from_reader, Write for Blake2b
This commit adds support for Rust's standard Write trait to the Blake2b type. It also adds a convenience function digest_from_reader that will consume all data from a reader and output the digest.
- Loading branch information
Vince Mutolo
committed
Dec 30, 2021
1 parent
e2af271
commit f2b5c25
Showing
2 changed files
with
88 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters