-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate to digest 0.9 This PR moves all dependencies to use the digest 0.9 traits and APIs. This is a breaking change, so the minor version is incremented. Clients of this generally only need to update the `result` method to `finalize`; and obviously make use of the v0.9 `digest::Digest` trait where necessary. As a result, the deprecated k12, sha3 and Blake3 objects can be removed. Methods and functins that need a hasher are all generic over `Digest`. We retain the convenience wrapper over `VarBlake2B` to produce 256 bit hashes and implement the necessary sub-traits to support `digest::Digest`. This update also fixes #35 * Update src/ristretto/ristretto_keys.rs Co-authored-by: Stan Bondi <[email protected]> Co-authored-by: Stan Bondi <[email protected]>
- Loading branch information
Showing
14 changed files
with
46 additions
and
417 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.