stdx-kt
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stdx-kt
core
/
dev.schlaubi.stdx.core
/
sha256
sha256
jvm
fun
String
.
sha256
(
)
:
String
(
source
)
Hashes this
String
using
SHA-256
.
See also
hash
fun
ByteArray
.
sha256
(
)
:
String
(
source
)
Hashes this
ByteArray
using
SHA-256
.
See also
hash