Documentation ¶
Overview ¶
Package hash is build to support multiple hashing algorithms with different parameters across projects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultBcrypt = &go_nuntio.Bcrypt{ Cost: int32(bcrypt.DefaultCost), } )
View Source
var (
DefaultScrypt = &go_nuntio.Scrypt{
SignerKey: "",
SaltSeparator: "Bw==",
Rounds: 8,
MemCost: 14,
P: 1,
KeyLen: 32,
}
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.