]> Cypherpunks repositories - gostls13.git/commit
- changed general div/mod implementation to a faster algorithm
authorRobert Griesemer <gri@golang.org>
Mon, 3 Nov 2008 17:21:10 +0000 (09:21 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 3 Nov 2008 17:21:10 +0000 (09:21 -0800)
commit78b0013a07cc24557f3887a89cde283fe0c664ef
tree4200d86b16cc2e2edee3da3fef1c4a6c29f8f5c3
parent2d4f7ba0cd65dfd9b47b3641f24b759c627c9433
- changed general div/mod implementation to a faster algorithm
  (operates on 30bit values at a time instead of 20bit values)
- refactored and cleaned up lots of code
- more tests
- close to check-in as complete library

R=r
OCL=18326
CL=18326
usr/gri/bignum/bignum.go
usr/gri/bignum/bignum_test.go