Update modules/keying/keying.go

Remove trailing whitespace
This commit is contained in:
FermeLeLundi 2024-11-29 15:42:17 +00:00
parent 75f703326f
commit 1151ff1b26

View file

@ -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 {