summaryrefslogtreecommitdiff
path: root/src/crypto/ed25519/ed25519.go
Commit message (Expand)AuthorAgeFilesLines
* crypto/ed25519,crypto/rsa: make Equal methods constant timeFilippo Valsorda2023-05-171-2/+3
* crypto/ed25519: improve Ed25519ctx error for oversized contextsTom Thorogood2023-03-061-3/+6
* crypto/ed25519: improve Ed25519ctx docs and add exampleFilippo Valsorda2023-01-171-15/+22
* crypto/ed25519: implement Ed25519ctx and Ed25519ph with contextFilippo Valsorda2022-11-211-25/+65
* crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptionsFilippo Valsorda2022-10-241-10/+72
* crypto: use bytes.Clonecuiweixie2022-09-281-3/+1
* crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519Filippo Valsorda2022-05-051-1/+1
* crypto/ed25519/internal/edwards25519: sync with filippo.io/edwards25519Filippo Valsorda2022-03-041-5/+20
* crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda2021-05-051-79/+48
* crypto/ed25519: remove s390x KDSA implementationMichael Munday2020-07-301-5/+1
* crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PrivateKey.EqualFilippo Valsorda2020-05-051-0/+12
* crypto/ed25519: implement ed25519 on s390x using KDSA instructionRuixin(Peter) Bao2020-04-271-1/+5
* crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda2020-03-261-0/+9
* Revert "crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal"Bryan C. Mills2020-03-231-9/+0
* crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda2020-03-231-0/+9
* crypto/ed25519: outline NewKeyFromSeed and Signlukechampine2019-09-241-6/+15
* crypto/ed25519: promote from golang.org/x/crypto/ed25519Filippo Valsorda2019-05-061-0/+216