Commit ba7f5e4
authored
ml-dsa: remove
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.std feature (#893)1 parent e5a732d commit ba7f5e4
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments