package
0.0.0-20190929044832-b10740b316a8
Repository: https://github.com/qitmeer/qitmeer-lib.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Copyright (c) 2017-2018 The qitmeer developers.
No description provided by the author
Package math provides integer math utilities.
No description provided by the author
No description provided by the author
Copyright (c) 2017-2018 The qitmeer developers.
# Functions
BigPow returns a ** b as a big integer.
Compute x^n by using the binary powering algorithm (aka.
only for showing algorithm compare to use BigPow 1000000 1621 ns/op BigPow 300000 4200 ns/op PowBig.
Compute x^n mod m by using the binary powering algorithm panic when m == 0.
ReadBits encodes the absolute value of bigint as big-endian bytes.
# Type aliases
StorageSize is a wrapper around a float value that supports user friendly formatting.