Skip to content

Commit

Permalink
chore: bcrypt cost adjustment (#670)
Browse files Browse the repository at this point in the history
chore: bcrypt cost adjustment
  • Loading branch information
peter7891 authored Mar 30, 2023
1 parent 84fa9ac commit e0c50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/crypto/keys/armor/armor.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
blockTypePrivKey = "TENDERMINT PRIVATE KEY"
blockTypeKeyInfo = "TENDERMINT KEY INFO"
blockTypePubKey = "TENDERMINT PUBLIC KEY"
bcryptSecurityParameter = 12
bcryptSecurityParameter = 11
)

// -----------------------------------------------------------------
Expand Down

0 comments on commit e0c50ec

Please sign in to comment.