Sign in
go
/
go
/
refs/heads/release-branch.go1.15
/
src
/
crypto
/
elliptic
5c8fd72
[release-branch.go1.15-security] crypto/elliptic: fix P-224 field reduction
by Filippo Valsorda
· 4 years, 2 months ago
320e4ad
crypto/elliptic: document and test that IsOnCurve(∞) == false
by Filippo Valsorda
· 4 years, 9 months ago
5c13cab
crypto/elliptic: implement MarshalCompressed and UnmarshalCompressed
by Evgeniy Kulikov
· 5 years ago
c9d5f60
math/big: add (*Int).FillBytes
by Filippo Valsorda
· 4 years, 11 months ago
25da21d
crypto/elliptic: document the Name and names of each curve
by Filippo Valsorda
· 5 years ago
41348081
all: fix a number of misuses of the word "an"
by Daniel Martí
· 5 years ago
440f7d6
all: fix a bunch of misspellings
by Ville Skyttä
· 5 years ago
ac346a5
crypto/elliptic: clean up ppc64le implementation slightly
by Lynn Boger
· 5 years ago
adef06c
crypto/elliptic: add asm implementation for p256 on ppc64le
by Lynn Boger
· 6 years ago
06b0bab
all: shorten some tests
by Russ Cox
· 6 years ago
bef1534
doc: fixed some links
by Lorenz Nickel
· 6 years ago
7756a72
all: change the old assembly style AX:CX to CX, AX
by Neven Sajko
· 6 years ago
1f17d61
internal/cpu: change s390x API to match x/sys/cpu
by Michael Munday
· 6 years ago
193c16a
crypto/elliptic: reduce subtraction term to prevent long busy loop
by Filippo Valsorda
· 6 years ago
897e080
crypto/elliptic: utilize faster z14 multiply/square instructions (when available)
by bill_ofarrell
· 6 years ago
ff81a64
crypto/elliptic: implement P256 for arm64
by Vlad Krasnov
· 7 years ago
ed33335
Revert "crypto/elliptic: implement P256 for arm64"
by Andrew Bonventre
· 7 years ago
0246915
crypto/elliptic: implement P256 for arm64
by Vlad Krasnov
· 7 years ago
161874d
all: update comment URLs from HTTP to HTTPS, where possible
by Tim Cooper
· 7 years ago
1170d94
crypto: fix typos in the comments
by Alexander F Rødseth
· 7 years ago
c4a3a9c
crypto/elliptic: improve P256 implementation on amd64 a bit
by Vlad Krasnov
· 7 years ago
93665c0
crypto: remove hand encoded amd64 instructions
by Ilya Tocar
· 7 years ago
d3beea8
all: fix misspellings
by Shawn Smith
· 7 years ago
73f284e
crypto/elliptic: reduce allocations on amd64
by Ilya Tocar
· 7 years ago
e8905d2
crypto/elliptic: reduce allocations in s390x P256 code
by Michael Munday
· 7 years ago
8db19a4
all: change github.com issue links to golang.org
by Leigh McCulloch
· 7 years ago
fb46b9e
crypto/elliptic: don't unmarshal invalid encoded points
by Andreas Auernhammer
· 8 years ago
3b8a031
crypto/elliptic: fix incomplete addition used in CombinedMult on s390x
by Michael Munday
· 7 years ago
28aaa0b
crypto/elliptic: gofmt
by Michael Munday
· 7 years ago
2d69e9e
crypto/elliptic: fix incomplete addition used in CombinedMult.
by Adam Langley
· 8 years ago
8183530
crypto/elliptic: temporarily disable s390x assembly
by Michael Munday
· 8 years ago
9294fa2
crypto/elliptic: fix carry bug in x86-64 P-256 implementation.
by Adam Langley
· 8 years ago
850e55b
crypto/*: document use or non-use of constant-time algorithms
by Russ Cox
· 8 years ago
d8264de
all: spell "marshal" and "unmarshal" consistently
by Dmitri Shuralyov
· 8 years ago
41eb9bb
crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve
by Volodymyr Paprotski
· 8 years ago
b30fcbc
crypto/ecdsa: reject negative inputs.
by Adam Langley
· 9 years ago
7a8caf7
all: fix spelling mistakes
by Eric Engestrom
· 9 years ago
d0fb649
all: use &^ operator if possible
by Marvin Stenger
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
f740d71
crypto/elliptic: resample private keys if out of range.
by Adam Langley
· 9 years ago
7bacfc6
crypto/elliptic,crypto/ecdsa: P256 amd64 assembly
by Vlad Krasnov
· 10 years ago
bad52b3
crypto/elliptic: call IsOnCurve via the interface.
by Adam Langley
· 10 years ago
d86b8d3
crypto/elliptic: don't unmarshal points that are off the curve
by David Leon Gil
· 10 years ago
2adc4e8
all: use "reports whether" in place of "returns true if(f)"
by Josh Bleecher Snyder
· 10 years ago
081bc6b
crypto/elliptic: add Name field to CurveParams struct
by David Leon Gil
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago