tuweni / 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 - Bytes!: The byte sequence to calculate the path for.

Return
Bytes!: The Radix-16 path.