hash

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 5 Imported by: 1

README

Hash library

Candidate functions :

Func Name Prototype Description Comments
Hashmd5 Hashmd5(str string) string {} Returns the md5 hash of a string N/A
Hashsha1 Hashsha1(str string) string {} Returns the sha1 hash of a string N/A
Hashsha224 Hashsha224(str string) string {} Returns the sha224 hash of a string N/A
Hashsha256 Hashsha256(str string) string {} Returns the sha256 hash of a string N/A
Hashsha384 Hashsha384(str string) string {} Returns the sha384 hash of a string N/A
Hashsha512 Hashsha512(str string) string {} Returns the sha512 hash of a string N/A
Hashsha512_224 Hashsha512_224(str string) string {} Returns the sha512/224 hash of a string N/A
Hashsha512_256 Hashsha512_256(str string) string {} Returns the sha512/256 hash of a string N/A

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Hashmd5

func Hashmd5(str string) string

Hashmd5 returns the md5 hash of a string

func Hashsha1

func Hashsha1(str string) string

Hashsha1 returns the sha1 hash of a string

func Hashsha224

func Hashsha224(str string) string

Hashsha224 returns the sha224 hash of a string

func Hashsha256

func Hashsha256(str string) string

Hashsha256 returns the sha256 hash of a string

func Hashsha384

func Hashsha384(str string) string

Hashsha384 returns the sha384 hash of a string

func Hashsha512

func Hashsha512(str string) string

Hashsha512 returns the sha512 hash of a string

func Hashsha512_224

func Hashsha512_224(str string) string

Hashsha512_224 returns the sha512_224 hash of a string

func Hashsha512_256

func Hashsha512_256(str string) string

Hashsha512_256 returns the sha512_256 hash of a string

Types

This section is empty.

Jump to

Keyboard shortcuts

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