aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/p521.go
AgeCommit message (Expand)Author
2022-04-27crypto/elliptic: use generics for nistec-based curvesFilippo Valsorda
2022-02-03crypto/elliptic: make IsOnCurve return false for invalid field elementsFilippo Valsorda
2021-11-05crypto/elliptic: port P-224 and P-384 to fiat-cryptoFilippo Valsorda
2021-11-04crypto/elliptic: tolerate large inputs to IsOnCurve methodsFilippo Valsorda
2021-10-30crypto/elliptic: move P-521 group logic to internal/nistecFilippo Valsorda
2021-10-30crypto/elliptic: use a 4-bit sliding window for P-521 ScalarMultFilippo Valsorda
2021-10-30crypto/elliptic: use complete addition formulas for P-521Filippo Valsorda
2021-05-27crypto/elliptic: fix typo in p521Point type nameFilippo Valsorda
2021-05-09crypto/elliptic: make P-521 scalar multiplication constant timeFilippo Valsorda
2021-05-09crypto/elliptic: import fiat-crypto P-521 field implementationFilippo Valsorda