Documentation ¶
Overview ¶
Package hashlib defines hash primitives for Starlark.
Migrated from: https://github.com/qri-io/starlib/tree/master/hash
Index ¶
Constants ¶
View Source
const ModuleName = "hashlib"
ModuleName defines the expected name for this Module when used in starlark's load() function, eg: load('hashlib', 'md5')
Variables ¶
This section is empty.
Functions ¶
func LoadModule ¶
func LoadModule() (starlark.StringDict, error)
LoadModule loads the hashlib module. It is concurrency-safe and idempotent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.