forked from rust-bitcoin/rust-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge rust-bitcoin#2904: hashes: Add type alias'
872ba93 api: Run just check-api (Tobin C. Harding) 264d080 hashes: Add hash type alias' (Tobin C. Harding) d2632d3 hashes: Re-export Hkdf (Tobin C. Harding) Pull request description: In an effort to make the `hashes` crate more ergonomic to use add a bunch of type alias' to the crate root. We intentionally do not rename the `foo::Hash` types so that uses have a choice of either using the module path to differentiate or to use the alias. Update the crate level docs to use the alias' because they are more terse with no loss of clarity. ACKs for top commit: Kixunil: ACK 872ba93 Tree-SHA512: 3635a72e0b9a1d05e49e83ba24bed80c87b8f5fa0b3260e8dd5a5fc130b6cc22e041e2b1798cd04d78c759f3c6e839c754c63afd9b7c3d5de5319a8abc8f5b12
- Loading branch information
Showing
4 changed files
with
112 additions
and
11 deletions.
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
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