Variadic-sized value type to represent a hash
A BitBlob is a value type representing a hash. The argument is the size in bits, e.g. for sha256 it is 256. It can be initialized from the hexadecimal string representation or an ubyte[], making it easy to interact with std.digest
A value type representing a large binary value
See Source File
Mathias 'Geod24' Lang
MIT (See LICENSE.txt)
Copyright (c) 2017-2018 Mathias Lang. All rights reserved.
Variadic-sized value type to represent a hash
A BitBlob is a value type representing a hash. The argument is the size in bits, e.g. for sha256 it is 256. It can be initialized from the hexadecimal string representation or an ubyte[], making it easy to interact with std.digest