updating build hook

This commit is contained in:
2022-03-10 00:18:44 -05:00
parent 08e5a34f72
commit 91d5e99404
3 changed files with 2 additions and 156 deletions

View File

@@ -42,7 +42,7 @@ type KDF interface {
type BcryptPbkdf struct {
// salt is used to salt the hash for each round in rounds.
salt []byte
// rounds controls how many iterations that salting/hashing is done.
// rounds controls how many iterations of salting/hashing is done.
rounds uint32
// keyLen is how long the derived key should be in bytes.
keyLen uint32