We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81a4c2 commit cdc0675Copy full SHA for cdc0675
primitives/src/hash_types/generic.rs
@@ -8,6 +8,7 @@
8
// follow the DRY principle without using macros.
9
10
const LEN: usize = <Inner as hashes::Hash>::LEN;
11
+#[cfg(feature = "hex")]
12
const REVERSE: bool = <Inner as hashes::Hash>::DISPLAY_BACKWARD;
13
14
impl HashType {
0 commit comments