package crypto
import "github.com/gohugoio/hugo/tpl/crypto"
Index ¶
Types ¶
type Namespace ¶
type Namespace struct{}
Namespace provides template functions for the "crypto" namespace.
func New ¶
func New() *Namespace
New returns a new instance of the crypto-namespaced template functions.
func (*Namespace) MD5 ¶
MD5 hashes the given input and returns its MD5 checksum.
func (*Namespace) SHA1 ¶
SHA1 hashes the given input and returns its SHA1 checksum.
func (*Namespace) SHA256 ¶
SHA256 hashes the given input and returns its SHA256 checksum.
Source Files ¶
- Version
- v0.40.3
- Published
- May 9, 2018
- Platform
- darwin/amd64
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.