BIP39.entropy

Calculates the entropy of a list of mnemonic-indices without the checksum This function should also be used analyze a mnemonic-indices list To produces a entropy the function mnemonicToEntropy should be used instead

struct BIP39
static pure nothrow
ubyte[]
entropy
(
scope const(ushort[]) mnemonic_indices
)

Parameters

mnemonic_indices const(ushort[])

list of mnemonic-indices

Return Value

Type: ubyte[]

An entropy byte array representation of the mnemonic-indices