Generates the fixed V1 command reference from 128 bits of entropy.
@spec encode(<<_::128>>) :: binary()
@spec generate() :: {:ok, binary()} | {:error, :entropy_unavailable}
@spec valid?(term()) :: boolean()