1
0
mirror of https://github.com/golang/go synced 2024-11-08 05:46:12 -07:00
go/src/crypto/elliptic
Alexander F Rødseth 1170d94606 crypto: fix typos in the comments
* Fix typos in the comments in the assembly code for the crypto package.

Change-Id: Iac146a7d8bee4a680a8d4d3af533fbc1b259482d
GitHub-Last-Rev: 65090a3895
GitHub-Pull-Request: golang/go#25606
Reviewed-on: https://go-review.googlesource.com/114803
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-28 17:09:11 +00:00
..
elliptic_test.go
elliptic.go
p224_test.go
p224.go
p256_amd64.go crypto/elliptic: improve P256 implementation on amd64 a bit 2018-04-10 18:27:10 +00:00
p256_asm_amd64.s crypto/elliptic: improve P256 implementation on amd64 a bit 2018-04-10 18:27:10 +00:00
p256_asm_s390x.s crypto: fix typos in the comments 2018-05-28 17:09:11 +00:00
p256_generic.go
p256_s390x.go
p256.go