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 3167158 commit cbf4b05Copy full SHA for cbf4b05
README.md
@@ -9,7 +9,7 @@ A lightweight wrapper to represent hashes as value types.
9
10
```D
11
/// Alias for a 256 bits / 32 byte hash type
12
-alias Hash = BitBlob!256;
+alias Hash = BitBlob!32;
13
14
/// Used in the following tests
15
enum BTCGenesisStr = `0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f`;
0 commit comments