repository: remove a few global variables
This commit is contained in:
parent
044e8bf821
commit
3ba1fa3cee
2 changed files with 6 additions and 9 deletions
|
@ -47,7 +47,7 @@ type Key struct {
|
|||
// calibrated on the first run of AddKey().
|
||||
var Params *crypto.Params
|
||||
|
||||
var (
|
||||
const (
|
||||
// KDFTimeout specifies the maximum runtime for the KDF.
|
||||
KDFTimeout = 500 * time.Millisecond
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue