Entropy Check
Check if entropy is within the secp256k1 curve period. This is a non critical update because the curve period is only a little below the crazy big number 2^256. Dice2Bip39 and ValidateBip39 now both perform this check.
Results from the ValidateBip39 tool are more detailed. Possible failure conditions include: a word is invalid, the checksum failed, you are out of the secp256k1 range, or you simply entered the wrong number of words. These were checked before but not reported other than a simple 'fail'. The validateBip39 tool now also prints usage instructions if run with -h.
FinalWordsBip39 tool may be used exclusively from the command line -- simply enter the words (minus the last one) on the command line. Default (no words entered) is to enter interactive mode like before.