aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2023-02-14all: fix some commentscui fliter
2023-02-06math/big: add warning about using Int for cryptographyFilippo Valsorda
2023-02-02math/big: add Int.Float64 conversionAlan Donovan
2023-01-23math/big: validate result of Float.GobDecodeAlexander Yastrebov
2022-12-02math/big: fix BitLen performance regressionFilippo Valsorda
2022-11-21crypto/internal/bigmod: move nat implementation out of crypto/rsaFilippo Valsorda
2022-11-18all: add missing periods in commentscui fliter
2022-11-08math/big: remove underscores from Binomial docsEric Lagergren
2022-11-03math/big: add PCALIGN to addMulVVW asm on ppc64xLynn Boger
2022-11-02math/big: use Montgomery for z.Exp(x, y, m) even for even mRuss Cox
2022-11-02math/big: add benchmark of Exp with large modulusRuss Cox
2022-10-28math/big: improve performance of BinomialRiccardo Gerosa
2022-10-11math/big: error on buffer length overflow in Rat.GobDecodeIan Lance Taylor
2022-09-06math/big: replace dead link in a comment with link to an archive.org copyAlok Menghrajani
2022-08-09internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le
2022-08-08math/big: disable TestNewIntAllocs on noopt builderCuong Manh Le
2022-08-08math/big: make NewInt inlineable and zero allocationKeith Randall
2022-07-27math/big: check buffer lengths in GobDecodeRoland Shoemaker
2022-05-20go, math, os, reflect: support standard library for loong64Xiaodong Liu
2022-05-19all: gofmt main repoRuss Cox
2022-05-08math/big: don't force second arg to Jacobi and Int.ModSqrt to escapeNathan VanBenschoten
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox
2022-04-28math/big: delete all mulWW assembly codeWayne Zuo
2022-04-27math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand)Filippo Valsorda
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-12math/big: Implement shlVU and shrVU in ASM for PPC64Archana R
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31math/big: call norm when returning success from Rat SetStringShulhan
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
2022-03-06all: fix some typosDan Kortschak
2022-03-02math/big: produce valid JSON in Int.MarshalJSON when nilcuiweixie
2022-01-27math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2022-01-07math/big: fix spurious race in Rat.Denom, Float.SetRatRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-20math/big: remove stray whitespace in addMulVVW on amd64andig
2021-08-22math/big: clarified doc string for SetMantExpRobert Griesemer
2021-06-29math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita
2021-06-09math/big: comment divisionRuss Cox
2021-05-26math/big: move division into natdiv.goRuss Cox
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-06math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-03-24math/big: don't require runtime.(*Frame).Next symbol presentCherry Zhang
2021-03-07math/big: add shrVU and shlVU benchmarksJosh Bleecher Snyder