We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5970b9e commit 50b4023Copy full SHA for 50b4023
1 file changed
hmac/hmac.go
@@ -11,7 +11,6 @@ import (
11
12
const (
13
HMACSignaturePrefix = "dumbproxy grant token v1"
14
- HMACSignatureSize = 32
15
)
16
17
var hmacSignaturePrefix = []byte(HMACSignaturePrefix)
0 commit comments