aboutsummaryrefslogtreecommitdiff
path: root/token.go
diff options
context:
space:
mode:
Diffstat (limited to 'token.go')
-rw-r--r--token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.go b/token.go
index 480fcd0..6da0e7c 100644
--- a/token.go
+++ b/token.go
@@ -11,7 +11,7 @@ import (
"time"
)
-func makeSignedToken(request *http.Request) (identifier []byte, mac []byte) {
+func makeIdentifierMAC(request *http.Request) (identifier []byte, mac []byte) {
identifier = make([]byte, 0, sha256.Size)
mac = make([]byte, 0, sha256.Size)