Create a BitBlob from binary data, e.g. serialized data
Create a BitBlob from an hexadecimal string representation
Used for sha256Of
Used by std.format Cannot be nothrow @nogc since sformat is not, but does not allocate
Used for serialization
Public because of a visibility bug
Used for deserialization
The width of this aggregate, in octets
The size of the hash, in bits. Must be a multiple of 8.
Test toString
import std.format; alias Hash = BitBlob!256; Hash gen1 = GenesisBlockHashStr; assert(format("%s", gen1) == GenesisBlockHashStr);
A value type representing a hash