tuweni / org.apache.tuweni.crypto.sodium / GenericHash / Hash / bytes

bytes

fun bytes(): Bytes (source)
Deprecated: Use #bytesArray() to obtain the bytes as an array, which should be overwritten when no longer required.

Obtain the bytes of this hash. WARNING: This will cause the hash to be copied into heap memory.

Return
The bytes of this hash.