In the Golang implementation, the message is of type byte[], while the Solidity implementation uses uint[]. How should we convert between the two?
In the Golang implementation, the message is of type byte[], while the Solidity implementation uses uint[]. How should we convert between the two?