index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
big
/
int.go
Age
Commit message (
Expand
)
Author
2023-02-14
all: fix some comments
cui fliter
2023-02-06
math/big: add warning about using Int for cryptography
Filippo Valsorda
2023-02-02
math/big: add Int.Float64 conversion
Alan Donovan
2022-11-21
crypto/internal/bigmod: move nat implementation out of crypto/rsa
Filippo Valsorda
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-08
math/big: remove underscores from Binomial docs
Eric Lagergren
2022-11-02
math/big: use Montgomery for z.Exp(x, y, m) even for even m
Russ Cox
2022-10-28
math/big: improve performance of Binomial
Riccardo Gerosa
2022-08-08
math/big: make NewInt inlineable and zero allocation
Keith Randall
2022-05-08
math/big: don't force second arg to Jacobi and Int.ModSqrt to escape
Nathan VanBenschoten
2022-04-27
math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand)
Filippo Valsorda
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-06-29
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
tkawakita
2020-05-05
math/big: add (*Int).FillBytes
Filippo Valsorda
2020-04-15
math/big: fix typo in documentation for Int.Exp
Hanjun Kim
2020-02-05
math/big: reintroduce pre-Go 1.14 mention in GCD docs
Filippo Valsorda
2020-01-31
math/big: simplify GCD docs
Filippo Valsorda
2020-01-30
math/big: update comment on Int.GCD
Robert Griesemer
2019-11-07
math/big: allow all values for GCD
Brian Kessler
2019-09-08
all: fix typos
Ainar Garipov
2019-08-28
math/big: fast path for Cmp if same
Illya Yalovyy
2019-04-04
math/big: do not panic in Exp when y < 0 and x doesn't have an inverse
Filippo Valsorda
2019-03-12
math/big: add support for underscores '_' in numbers
Robert Griesemer
2019-03-12
math/big: implement Int.TrailingZeroBits
Brian Kessler
2019-02-27
math/big: handle alias of cofactor inputs in GCD
Brian Kessler
2018-10-29
math/big: shallow copies of Int/Rat/Float are not supported (documentation)
Robert Griesemer
2018-06-14
math/big: handle negative exponents in Exp
Brian Kessler
2018-05-30
math/big: implement Atkin's ModSqrt for 5 mod 8 primes
Brian Kessler
2018-05-08
math/big: implement Lehmer's extended GCD algorithm
Brian Kessler
2018-05-01
math/big: handle negative moduli in ModInverse
Brian Kessler
2018-04-30
math/big: return nil for nonexistent ModInverse
Brian Kessler
2018-02-20
all: fix misspellings
Shawn Smith
2017-11-15
go/printer: indent lone comments in composite lits
Daniel Martí
2017-11-14
math/big: clarify comment on lehmerGCD overflow
Brian Kessler
2017-11-06
math/big: add security warning to (*Int).Rand
Filippo Valsorda
2017-11-01
math/big: implement CmpAbs
griesemer
2017-10-24
math/big: implement Lehmer's GCD algorithm
Brian Kessler
2017-10-16
math/big: fix ModSqrt optimized path for x = z
Filippo Valsorda
2017-10-06
math/big: provide support for conversion bases up to 62
griesemer
2017-10-04
math/big: remove []byte/string conversions
Marvin Stenger
2017-08-16
math/big: recognize z.Mul(x, x) as squaring of x
Brian Kessler
2017-08-16
math/big: speed up GCD x, y calculation
Brian Kessler
2017-02-14
math/big: simplify bool expression
Daniel Martí
2017-02-07
math/big: add IsInt64/IsUint64 predicates
Robert Griesemer
2016-12-07
crypto/*: document use or non-use of constant-time algorithms
Russ Cox
2016-10-17
math/big: add (*Int).Sqrt
Russ Cox
2016-10-11
math/big: move ProbablyPrime into its own source file
Russ Cox
2016-10-06
math/big: Rat.SetString to report error if input is not consumed entirely
Robert Griesemer
[next]