Skip to main content

Crypto

crypto.star
load("crypto@v0", "crypto")

Crypto functions.

Attributes

NameArgumentsReturns
hexstringstring
md5stringbytes
sha1stringbytes
sha256stringbytes
sha512stringbytes
crypto.star
# hex
crypto.hex("deterministic")

# md5
crypto.md5("workflows")

# sha1
crypto.sha1("are")

# sha256
crypto.sha256("very")

# sha512
crypto.sha512("cool")