package
0.5.0
Repository: https://github.com/qri-io/starlib.git
Documentation: pkg.go.dev

# README

hash

hash defines hash primitives for starlark

Functions

md5(string) string

returns md5 hash of a string

sha1(string) string

returns sha1 hash of a string

sha256(string) string

returns sha256 hash of a string