- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hmacSigners (0.04 seconds)
-
internal/jwt/parser.go
} for i := range hmacSigners { h := hmacSigners[i].Hash hmacSigners[i].HasherPool.New = func() hash.Hash { return h.New() } } } // HashBorrower allows borrowing hashes and will keep track of them. func (s *SigningMethodHMAC) HashBorrower() HashBorrower { return HashBorrower{pool: &s.HasherPool, borrowed: make([]hash.Hash, 0, 2)} }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 14.1K bytes - Click Count (0)