]> Cypherpunks repositories - gostls13.git/commit
big:
authorAdam Langley <agl@golang.org>
Wed, 11 Nov 2009 20:34:46 +0000 (12:34 -0800)
committerAdam Langley <agl@golang.org>
Wed, 11 Nov 2009 20:34:46 +0000 (12:34 -0800)
commitaf1fa43a8126acdcb01cdf2eb2ca537f0197597c
treed3e3d820a0e59c7361431e2161f6e2dda35562e0
parent384932589d1a8257c191a329e50509039bd052ef
big:
  Turn methods that don't store the result in their receiver into
    functions in order to preserve the convention.
  Re-jig Exp and Div by moving their guts into nat.go.
  Add ProbablyPrime to perform Miller-Rabin primality tests.
crypto/rsa: reenable key generation since we now have ProbablyPrime.

R=gri
CC=go-dev
http://codereview.prom.corp.google.com/1024038
src/pkg/Make.deps
src/pkg/big/int.go
src/pkg/big/int_test.go
src/pkg/big/nat.go
src/pkg/big/nat_test.go
src/pkg/bignum/bignum.go
src/pkg/crypto/rsa/rsa.go
src/pkg/crypto/rsa/rsa_test.go