forked from RustCrypto/RSA
-
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.
OAEP example now uses
sha2
re-export (RustCrypto#381)
People were missing that the example required the `sha2` crate as a dependency. See RustCrypto#340. This changes it to use the re-exported `sha2` crate and notes that the `sha2` feature must be enabled.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 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