index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
internal
Age
Commit message (
Expand
)
Author
2024-01-12
crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance
Filippo Valsorda
2023-12-18
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2023-12-18
crypto/internal/boring: upgrade module to fips-20220613
Filippo Valsorda
2023-11-09
all: clean up addition of constants in riscv64 assembly
Joel Sing
2023-11-07
boring: update documentation to include arm64
Christian Kruse
2023-10-25
Revert "crypto/internal/boring: use noescape and nocallback cgo directives"
Michael Stapelberg
2023-10-23
crypto/internal/boring: use noescape and nocallback cgo directives
qmuntal
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-09-27
all: use the indefinite article an in comments
Jes Cok
2023-08-28
crypto/internal/edwards25519: shorten quick.Check tests in short mode
Bryan C. Mills
2023-08-15
crypto/internal/bigmod: provide assembly addMulVVW* for riscv64
Joel Sing
2023-07-20
crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag
qmuntal
2023-06-12
Revert "crypto/internal/nistec: refactor scalar multiplication"
Filippo Valsorda
2023-05-25
crypto/internal/bigmod: don't panic on NewModulusFromBig(0)
Roland Shoemaker
2023-05-24
crypto/rsa,crypto/internal/bigmod: optimized short exponentiations
Filippo Valsorda
2023-05-24
crypto/internal/bigmod: switch to saturated limbs
Filippo Valsorda
2023-05-03
Revert "crypto/sha1: add WriteString and WriteByte method"
Ian Lance Taylor
2023-05-03
Revert "crypto/sha256: add WriteString and WriteByte method"
Ian Lance Taylor
2023-05-03
Revert "crypto/sha512: add WriteString and WriteByte method"
Ian Lance Taylor
2023-04-25
crypto/sha512: add WriteString and WriteByte method
Ian Lance Taylor
2023-04-25
crypto/sha1: add WriteString and WriteByte method
Ian Lance Taylor
2023-04-25
crypto/sha256: add WriteString and WriteByte method
Ian Lance Taylor
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-11
crypto/internal/nistec: update generator for re-enabled s390x asm
Ian Lance Taylor
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-23
all: replace leading spaces with tabs in assembly
Michael Pratt
2023-03-13
crypto/internal/nistec: refactor scalar multiplication
Filippo Valsorda
2023-02-24
crypto/internal/nistec: reduce P-256 scalar
Filippo Valsorda
2023-02-15
crypto/internal/bigmod: flag amd64 assembly as noescape
Filippo Valsorda
2023-02-13
crypto/internal/edwards25519: reduce Point size by reordering fields
Jorropo
2023-01-30
all: fix problematic comments
cui fliter
2023-01-30
all: give nested modules fully-qualified names
Michael Pratt
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-04
crypto/internal/boring: add dev.boringcrypto README.md text
Russ Cox
2022-11-22
crypto/internal/boring: tolerate empty ECDSA signatures
Filippo Valsorda
2022-11-21
crypto/internal/bigmod: add amd64 assembly core
Filippo Valsorda
2022-11-21
crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/elliptic
Filippo Valsorda
2022-11-21
crypto/internal/bigmod: move nat implementation out of crypto/rsa
Filippo Valsorda
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-11
crypto/ecdh: add boringcrypto support
Russ Cox
2022-11-10
crypto/internal/edwards25519: replace scalar field with fiat-crypto
Filippo Valsorda
2022-11-09
crypto: allow hash.Hash for OAEP and MGF1 to be specified independently
Aleks Rudzitis
2022-11-05
all: fix comment typos
Dan Kortschak
2022-09-28
crypto: use bytes.Clone
cuiweixie
2022-09-27
crypto/rsa,crypto/internal/boring: fix PSS salt handling
Roland Shoemaker
2022-09-01
crypto/internal/boring/fipstls: convert required to atomic type
cuiweixie
2022-08-18
crypto/internal/boring: update to newer boringcrypto, add arm64
Russ Cox
2022-08-18
crypto/internal/boring/bcache: make Cache type-safe using generics
Russ Cox
2022-08-17
crypto/internal/subtle: rename to crypto/internal/alias
Russ Cox
2022-08-12
crypto/ecdh,crypto/internal/nistec: enable pruning of unused curves
Filippo Valsorda
[next]