]> Cypherpunks repositories - gostls13.git/commit
math/big: additional Montgomery cleanup
authorRuss Cox <rsc@golang.org>
Wed, 9 Dec 2015 16:53:04 +0000 (11:53 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2015 20:25:29 +0000 (20:25 +0000)
commit6bcec09ceba8698deb51ed10d13b66f3c12754c3
treee2649feb612e228db7d09fa1ce1609a5c68385ef
parent0abf443513a1399141a2fdac109c63630abf4d4b
math/big: additional Montgomery cleanup

Also fix bug reported in CL 17510.

Found during fix of #13515 in CL 17672, but separate from the fix.

Change-Id: I4b1024569a98f5cfd2ebb442ec3d64356164d284
Reviewed-on: https://go-review.googlesource.com/17673
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/int_test.go
src/math/big/nat.go
src/math/big/nat_test.go