merkle-trie / org.apache.tuweni.trie / CompactEncoding / bytesToPath

bytesToPath

static fun bytesToPath(bytes: Bytes): Bytes (source)

Calculate a RADIX-16 path for a given byte sequence.

Parameters

bytes - The byte sequence to calculate the path for.

Return
The Radix-16 path.