aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ed25519
AgeCommit message (Expand)Author
2022-04-25crypto/ed25519: test fixupThan McIntosh
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-04crypto/ed25519/internal/edwards25519: sync with filippo.io/edwards25519Filippo Valsorda
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-17all: fix typosYasuhiro Matsumoto
2021-07-31all: gofmtJosh Bleecher Snyder
2021-05-06crypto/ed25519: skip allocations test on -noopt builderFilippo Valsorda
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-04-05crypto/ed25519: add comprehensive edge-case test vectorsFilippo Valsorda
2020-12-02crypto/ed25519/internal/edwards25519: fix typo in commentsFilippo Valsorda
2020-07-30crypto/ed25519: remove s390x KDSA implementationMichael Munday
2020-05-05crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PrivateKey.EqualFilippo Valsorda
2020-04-29crypto/ed25519: drop the purego build tagRuixin Bao
2020-04-27crypto/ed25519: implement ed25519 on s390x using KDSA instructionRuixin(Peter) Bao
2020-03-26crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda
2020-03-23Revert "crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal"Bryan C. Mills
2020-03-23crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda
2019-09-24crypto/ed25519: outline NewKeyFromSeed and Signlukechampine
2019-05-06crypto/ed25519: promote from golang.org/x/crypto/ed25519Filippo Valsorda