BIP39.checkEntropyLength

* Helper function to check if the entropy length is correct * Params: * len = length of an entropy buffer * Returns: * true of the length is correct

struct BIP39
static pure nothrow @nogc
bool
checkEntropyLength
(
const size_t len
)