//
pkg.gl
Category
github.com/paulwaldo/building-microservices-with-go
Chapter08
chapter8-master
hashing
package
0.0.0-20250218190523-b123c3ebbebe
Repository:
https://github.com/paulwaldo/building-microservices-with-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
66 SLOC
#
Functions
GenerateRandomSalt
GenerateRandomSalt generates a random string 32 bytes in length.
New
New creates a new hash and seeds with a list of peppers.
#
Structs
Hash
Hash is a structure which is capable of generating and comparing sha512 hashes derived from a string.