]> Cypherpunks repositories - gostls13.git/commit
big: add ModInverse.
authorAdam Langley <agl@golang.org>
Wed, 26 May 2010 19:58:58 +0000 (15:58 -0400)
committerAdam Langley <agl@golang.org>
Wed, 26 May 2010 19:58:58 +0000 (15:58 -0400)
commitf199f292e72b97aa0efffb64e5d058e61c5aa682
treec1e8a764badaccc1957e6990b9e2ca465296035a
parent5b779284783fffdc1f573811b2b792fd83dea347
big: add ModInverse.

ModInverse is just a small wrapper around GcdInt, but it's nice to
have in order to be clear about what one is doing in other code.

R=gri, agl1
CC=golang-dev
https://golang.org/cl/1244045
src/pkg/big/int.go
src/pkg/big/int_test.go