Blake.finish

Undocumented in source. Be warned that the author may not have intended to support it.
struct Blake(uint bitLength)
nothrow @nogc @safe
finish
()
if (
bitLength == 224 ||
bitLength == 256
||
bitLength == 384
||
bitLength == 512
)

Meta