]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: generate nistec group implementations from template
authorFilippo Valsorda <filippo@golang.org>
Tue, 29 Mar 2022 15:01:39 +0000 (17:01 +0200)
committerFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 21:51:48 +0000 (21:51 +0000)
commit2515a4214e2a70413392b4ce3767498ee26da10d
tree4d746927665033cdaa47a912805c7c992f6086dc
parentc9f67c289faba2d3876bc166dbcc3b325d3c5ecc
crypto/elliptic: generate nistec group implementations from template

For #52182

Change-Id: I4dedd8ed9f57f6fc394c71cd20c3b27c3ea29a95
Reviewed-on: https://go-review.googlesource.com/c/go/+/396414
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/elliptic/internal/nistec/generate.go [new file with mode: 0644]
src/crypto/elliptic/internal/nistec/nistec.go [new file with mode: 0644]
src/crypto/elliptic/internal/nistec/p224.go
src/crypto/elliptic/internal/nistec/p384.go
src/crypto/elliptic/internal/nistec/p521.go