Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesOfBytesKeccak ¶
BytesOfBytesKeccak will compute a keccak256 hash of the provided bytes of bytes slice
func EncodeBytesOfBytes ¶
EncodeBytesOfBytes encodes the nested byte arrays into a single byte array as follows
- total number of nested arrays is encoded into fix-size 8 bytes at the front of the result
- for each nested array encode the array length into fixed-size 8 bytes, append to result append the array contents to result
Types ¶
Click to show internal directories.
Click to hide internal directories.