]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: implement UnmarshalCompressed in nistec
authorFilippo Valsorda <filippo@golang.org>
Wed, 30 Mar 2022 19:58:12 +0000 (21:58 +0200)
committerFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 21:52:46 +0000 (21:52 +0000)
commit52e24b492dc9295f2833f32e4f3601e716e5c1ed
treed1d1de4456c9ce40e4d785d6ab0ccd40e038a9fe
parent50b1add5a73f05b0142adf783b6825c0c149882b
crypto/elliptic: implement UnmarshalCompressed in nistec

For #52182

Change-Id: If9eace36b757ada6cb5123cc60f1e10d4e8280c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/396935
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Fernando Lobato Meeser <felobato@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/crypto/elliptic/elliptic.go
src/crypto/elliptic/internal/nistec/generate.go
src/crypto/elliptic/internal/nistec/nistec_test.go
src/crypto/elliptic/internal/nistec/p224.go
src/crypto/elliptic/internal/nistec/p224_sqrt.go [new file with mode: 0644]
src/crypto/elliptic/internal/nistec/p256.go
src/crypto/elliptic/internal/nistec/p256_asm.go
src/crypto/elliptic/internal/nistec/p384.go
src/crypto/elliptic/internal/nistec/p521.go
src/crypto/elliptic/nistec.go