crypto

package
v0.63.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package crypto provides template functions for cryptographic operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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

func (ns *Namespace) MD5(in interface{}) (string, error)

MD5 hashes the given input and returns its MD5 checksum.

func (*Namespace) SHA1

func (ns *Namespace) SHA1(in interface{}) (string, error)

SHA1 hashes the given input and returns its SHA1 checksum.

func (*Namespace) SHA256

func (ns *Namespace) SHA256(in interface{}) (string, error)

SHA256 hashes the given input and returns its SHA256 checksum.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL