mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
Type in kdf.go
This commit is contained in:
parent
ccdbb5d910
commit
d8067ade5a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ func CounterMode(prf PRF, prfLen uint32, key []byte, context []byte, bits uint32
|
|||
// Update the counter in the input string
|
||||
binary.BigEndian.PutUint32(input[:4], i)
|
||||
|
||||
// Compute a more key material
|
||||
// Compute more key material
|
||||
part, err := prf(key, input)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Reference in a new issue