BIP39.deriveChecksumBits

* Calculates the checksum of an entropy buffer * Params: * entropy_buf = entropy buffer * Returns: * checkout as a single byte

struct BIP39
static pure nothrow scope
const(ubyte)
deriveChecksumBits
(
scope const(ubyte[]) entropy_buf
)
in (checkEntropyLength(entropy_buf.length))