# Functions
CheckSum returns a slice of bits from the given entropy.
CheckSummed returns a bit slice of entropy with an appended check sum.
FromHex creates entropy bits from a hex string.
Random creates a random entropy of the given length.
# Type aliases
Bits represents a byte slice of individual bits.