Skip to content

Eclalang/hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash library

Go Report Card codecov

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages