]> Cypherpunks repositories - gostls13.git/commit
math/big: support negative numbers in ModInverse
authorMichal Bohuslávek <mbohuslavek@gmail.com>
Tue, 20 Sep 2016 21:56:57 +0000 (22:56 +0100)
committerAdam Langley <agl@golang.org>
Tue, 27 Sep 2016 00:42:56 +0000 (00:42 +0000)
commit9ed0715bb66dbbd0f597f93d0bc70a3d769b1b10
treef01137d86da2f61e8c2c5d9df4b6bf5bc2e01fca
parentf8b2314c563be4366f645536e8031a132cfdf3dd
math/big: support negative numbers in ModInverse

Fixes #16984

Change-Id: I3a330e82941a068ca6097985af4ab221275fd336
Reviewed-on: https://go-review.googlesource.com/29299
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
src/math/big/int.go
src/math/big/int_test.go