import "github.com/lestrrat-go/jwx/internal/pool"
pool.go
func GetBigInt() *big.Int
func GetBytesBuffer() *bytes.Buffer
func GetKeyToErrorMap() map[string]error
func ReleaseBigInt(i *big.Int)
func ReleaseBytesBuffer(b *bytes.Buffer)
func ReleaseKeyToErrorMap(m map[string]error)