Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It doesn't appear this feature actually does anything except transitively activate the `sha3/std` feature, which we likely plan on removing in the next breaking release. Now that `core::error::Error` is stable, we are generally trying to remove `std` features across the @RustCrypto project, except in cases where libraries do things like e.g. file I/O (for loading/saving keys) and actually have a legitimate `std` dependency that way.
- Loading branch information