]> Cypherpunks repositories - gostls13.git/commit
math/big: split nat conversion routines and tests into separate files
authorRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 22:12:21 +0000 (14:12 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 23:01:56 +0000 (23:01 +0000)
commitd135966ef60cc4d1b94de1a184cafdfcb6ee59b1
tree835746cc69d4eb40201af25ea98325a0d580be3b
parent9f22de7aaf17d29163eda3616b9d88d5255e484c
math/big: split nat conversion routines and tests into separate files

No functional changes.

Change-Id: Ibbb705b167603d30467f3ebb83a3bb39845306a5
Reviewed-on: https://go-review.googlesource.com/3671
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/nat.go
src/math/big/nat_test.go
src/math/big/natconv.go [new file with mode: 0644]
src/math/big/natconv_test.go [new file with mode: 0644]