MCPcopy
hub / github.com/canopy-network/canopy / BigIntPool

Struct BigIntPool

lib/crypto/classgroup.go:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534type BigIntPool struct {
535 mu sync.Mutex
536 free []*big.Int
537 maxSize int
538}
539
540// NewBigIntPool() constructs a big int pool
541func NewBigIntPool() *BigIntPool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected