BIP39.dentropy

* Reverse function of entropy * This function should only be used to analyze an entropy buffer * Params: * entropy_buf = byte array of an entropy buffer * Returns: * an array of mnemonic-indices

struct BIP39
static pure nothrow
ushort[]
dentropy
(
scope const(ubyte)[] entropy_buf
)