Documentation ¶
Overview ¶
Package hash defines hash primitives for starlark.
outline: hash defines hash primitives for starlark. path: hash functions: md5(string) string returns an md5 hash for a string sha1(string) string returns an sha1 hash for a string sha256(string) string returns an sha256 hash for a string
Index ¶
Constants ¶
View Source
const ModuleName = "hash.star"
ModuleName defines the expected name for this Module when used in starlark's load() function, eg: load('hash.star', 'hash')
Variables ¶
This section is empty.
Functions ¶
func LoadModule ¶
func LoadModule() (starlark.StringDict, error)
LoadModule loads the time module. It is concurrency-safe and idempotent
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.