aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/bigmod/nat.go
AgeCommit message (Expand)Author
2024-01-12crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performanceFilippo Valsorda
2023-05-25crypto/internal/bigmod: don't panic on NewModulusFromBig(0)Roland Shoemaker
2023-05-24crypto/rsa,crypto/internal/bigmod: optimized short exponentiationsFilippo Valsorda
2023-05-24crypto/internal/bigmod: switch to saturated limbsFilippo Valsorda
2022-11-21crypto/internal/bigmod: add amd64 assembly coreFilippo Valsorda
2022-11-21crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/ellipticFilippo Valsorda
2022-11-21crypto/internal/bigmod: move nat implementation out of crypto/rsaFilippo Valsorda