Update modules/keying/keying.go
Remove trailing whitespace
This commit is contained in:
parent
75f703326f
commit
1151ff1b26
@ -52,7 +52,7 @@ var (
|
||||
ContextTOTP Context = "totp"
|
||||
)
|
||||
|
||||
// Derive *the* key for a given context, this is a deterministic function.
|
||||
// Derive *the* key for a given context, this is a deterministic function.
|
||||
// The same key will be provided for the same context.
|
||||
func DeriveKey(context Context) *Key {
|
||||
if len(prk) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user