package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 26, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
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
¶
Hashmd5 returns the md5 hash of a string
Hashsha1 returns the sha1 hash of a string
Hashsha224 returns the sha224 hash of a string
Hashsha256 returns the sha256 hash of a string
Hashsha384 returns the sha384 hash of a string
Hashsha512 returns the sha512 hash of a string
Hashsha512_224 returns the sha512_224 hash of a string
Hashsha512_256 returns the sha512_256 hash of a string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.