geod24.bitblob

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

Members

Structs

BitBlob
struct BitBlob(size_t Size)

A value type representing a large binary value

Meta

Authors

Mathias 'Geod24' Lang

License

MIT (See LICENSE.txt)