Imports of package bigmod

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
internal/byteorderPackage byteorder provides functions for decoding and encoding little and big endian integer types from/to byte slices.
internal/cpuPackage cpu implements processor feature detection used by the Go standard library.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.