common

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlgSHA1       = "SHA-1"
	AlgSHA224     = "SHA-224"
	AlgSHA256     = "SHA-256"
	AlgSHA384     = "SHA-384"
	AlgSHA512     = "SHA-512"
	AlgSHA512_224 = "SHA-512/224"
	AlgSHA512_256 = "SHA-512/256"
	AlgSHA3_224   = "SHA3-224"
	AlgSHA3_256   = "SHA3-256"
	AlgSHA3_384   = "SHA3-384"
	AlgSHA3_512   = "SHA3-512"
)
View Source
const SHAAlgs = AlgSHA1 + ";" +
	AlgSHA224 + ";" +
	AlgSHA256 + ";" +
	AlgSHA384 + ";" +
	AlgSHA512 + ";" +
	AlgSHA512_224 + ";" +
	AlgSHA512_256 + ";" +
	AlgSHA3_224 + ";" +
	AlgSHA3_256 + ";" +
	AlgSHA3_384 + ";" +
	AlgSHA3_512

Variables

This section is empty.

Functions

func HashFuncFrom

func HashFuncFrom(str string) (func() hash.Hash, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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