It's converted to an extension function. You call ...
# getting-started
m
It's converted to an extension function. You call it like this:
"test".sha256()
. If you want to call it from Java, it will still be
Ut.sha256("test")
.