]> Cypherpunks repositories - gostls13.git/commit
math/big: reduce allocations in Karatsuba case of sqr
authorAlexander Döring <email@alexd.ch>
Wed, 23 May 2018 22:25:12 +0000 (00:25 +0200)
committerRobert Griesemer <gri@golang.org>
Wed, 23 May 2018 23:01:10 +0000 (23:01 +0000)
commit1a5d0f83c99dbc88c276310313576627295c7f03
tree2a06ef726900fdff228c142837006249227c9869
parent3f2039e28dca40d231a789c9693195354aaba3f5
math/big: reduce allocations in Karatsuba case of sqr

For #23221.

Change-Id: If55dcf2e0706d6658f4a0863e3740437e008706c
Reviewed-on: https://go-review.googlesource.com/114335
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/nat.go