Skip to content

Crypto

Methods

MethodReturnsDescription
Crypto.sha256(s)stringSHA-256 hash

Examples

wyn
var hash = Crypto.sha256("hello")
println(hash)

MIT License