I have a `ByteArray` that contains an MD5 digest. ...
# announcements
z
I have a
ByteArray
that contains an MD5 digest. Just need to print the last 4 bytes of it as hex. I can easily get the last 4 bytes with
.takeLast(4)
.