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.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
unsafePackage unsafe contains operations that step around the type safety of Go programs.